public class KeyToPathFluent<A extends KeyToPathFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
KeyToPathFluent() |
KeyToPathFluent(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) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKey(String key) |
A |
withMode(Integer mode) |
A |
withPath(String path) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic KeyToPathFluent()
public KeyToPathFluent(KeyToPath instance)
public String getKey()
public boolean hasKey()
public Integer getMode()
public boolean hasMode()
public String getPath()
public boolean hasPath()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends KeyToPathFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends KeyToPathFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.