public class V1KeyToPathFluentImpl<A extends V1KeyToPathFluent<A>> extends BaseFluent<A> implements V1KeyToPathFluent<A>
_visitables| Constructor and Description |
|---|
V1KeyToPathFluentImpl() |
V1KeyToPathFluentImpl(V1KeyToPath instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
Integer |
getMode() |
String |
getPath() |
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 V1KeyToPathFluentImpl()
public V1KeyToPathFluentImpl(V1KeyToPath instance)
public String getKey()
getKey in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withKey(String key)
withKey in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public Boolean hasKey()
hasKey in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withNewKey(String arg1)
withNewKey in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withNewKey(StringBuilder arg1)
withNewKey in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withNewKey(StringBuffer arg1)
withNewKey in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public Integer getMode()
getMode in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withMode(Integer mode)
withMode in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public Boolean hasMode()
hasMode in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public String getPath()
getPath in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withPath(String path)
withPath in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public Boolean hasPath()
hasPath in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withNewPath(String arg1)
withNewPath in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withNewPath(StringBuilder arg1)
withNewPath in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>public A withNewPath(StringBuffer arg1)
withNewPath in interface V1KeyToPathFluent<A extends V1KeyToPathFluent<A>>Copyright © 2021. All rights reserved.