public class KeyToPathFluentImpl<A extends KeyToPathFluent<A>> extends BaseFluent<A> implements KeyToPathFluent<A>
_visitables| Constructor and Description |
|---|
KeyToPathFluentImpl() |
KeyToPathFluentImpl(KeyToPath instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
Integer |
getMode() |
String |
getPath() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasMode() |
Boolean |
hasPath() |
A |
withKey(String key) |
A |
withMode(Integer mode) |
A |
withNewKey(String arg1) |
A |
withNewKey(StringBuffer arg1) |
A |
withNewKey(StringBuilder arg1) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withPath(String path) |
public KeyToPathFluentImpl()
public KeyToPathFluentImpl(KeyToPath instance)
public String getKey()
getKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withKey(String key)
withKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public Boolean hasKey()
hasKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewKey(String arg1)
withNewKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewKey(StringBuilder arg1)
withNewKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewKey(StringBuffer arg1)
withNewKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public Integer getMode()
getMode in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withMode(Integer mode)
withMode in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public Boolean hasMode()
hasMode in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public String getPath()
getPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withPath(String path)
withPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public Boolean hasPath()
hasPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewPath(String arg1)
withNewPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewPath(StringBuilder arg1)
withNewPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewPath(StringBuffer arg1)
withNewPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.