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() |
Boolean |
hasKey() |
Boolean |
hasMode() |
Boolean |
hasPath() |
A |
withKey(String key) |
A |
withMode(Integer mode) |
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 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>>Copyright © 2011–2017 Red Hat. All rights reserved.