public class KeyToPathFluentImpl<A extends KeyToPathFluent<A>> extends BaseFluent<A> implements KeyToPathFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
KeyToPathFluentImpl() |
KeyToPathFluentImpl(KeyToPath instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKey() |
Integer |
getMode() |
String |
getPath() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasMode() |
Boolean |
hasPath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKey(String key) |
A |
withMode(Integer mode) |
A |
withNewKey(String arg0)
Deprecated.
|
A |
withNewPath(String arg0)
Deprecated.
|
A |
withPath(String path) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewKey(String arg0)
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>>@Deprecated public A withNewPath(String arg0)
withNewPath in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface KeyToPathFluent<A extends KeyToPathFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface KeyToPathFluent<A extends KeyToPathFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.