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(java.lang.Object o) |
java.lang.String |
getKey() |
java.lang.Integer |
getMode() |
java.lang.String |
getPath() |
java.lang.Boolean |
hasKey() |
java.lang.Boolean |
hasMode() |
java.lang.Boolean |
hasPath() |
A |
withKey(java.lang.String key) |
A |
withMode(java.lang.Integer mode) |
A |
withNewKey(java.lang.String arg1) |
A |
withNewKey(java.lang.StringBuffer arg1) |
A |
withNewKey(java.lang.StringBuilder arg1) |
A |
withNewPath(java.lang.String arg1) |
A |
withNewPath(java.lang.StringBuffer arg1) |
A |
withNewPath(java.lang.StringBuilder arg1) |
A |
withPath(java.lang.String path) |
public KeyToPathFluentImpl()
public KeyToPathFluentImpl(KeyToPath instance)
public java.lang.String getKey()
getKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withKey(java.lang.String key)
withKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public java.lang.Boolean hasKey()
hasKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewKey(java.lang.String arg1)
withNewKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewKey(java.lang.StringBuilder arg1)
withNewKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewKey(java.lang.StringBuffer arg1)
withNewKey in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public java.lang.Integer getMode()
getMode in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withMode(java.lang.Integer mode)
withMode in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public java.lang.Boolean hasMode()
hasMode in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public java.lang.String getPath()
getPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withPath(java.lang.String path)
withPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public java.lang.Boolean hasPath()
hasPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewPath(java.lang.String arg1)
withNewPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewPath(java.lang.StringBuilder arg1)
withNewPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withNewPath(java.lang.StringBuffer arg1)
withNewPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.