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() |
String |
getPath() |
A |
withKey(String key) |
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 String getPath()
getPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A withPath(String path)
withPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.