public class IntOrStringFluentImpl<A extends IntOrStringFluent<A>> extends BaseFluent<A> implements IntOrStringFluent<A>
_visitables| Constructor and Description |
|---|
IntOrStringFluentImpl() |
IntOrStringFluentImpl(IntOrString 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() |
Integer |
getIntVal() |
Integer |
getKind() |
String |
getStrVal() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasIntVal() |
Boolean |
hasKind() |
Boolean |
hasStrVal() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withIntVal(Integer IntVal) |
A |
withKind(Integer Kind) |
A |
withNewStrVal(String arg1) |
A |
withNewStrVal(StringBuffer arg1) |
A |
withNewStrVal(StringBuilder arg1) |
A |
withStrVal(String StrVal) |
public IntOrStringFluentImpl()
public IntOrStringFluentImpl(IntOrString instance)
public Integer getIntVal()
getIntVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withIntVal(Integer IntVal)
withIntVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public Boolean hasIntVal()
hasIntVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public Integer getKind()
getKind in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withKind(Integer Kind)
withKind in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public Boolean hasKind()
hasKind in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public String getStrVal()
getStrVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withStrVal(String StrVal)
withStrVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public Boolean hasStrVal()
hasStrVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withNewStrVal(String arg1)
withNewStrVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withNewStrVal(StringBuilder arg1)
withNewStrVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withNewStrVal(StringBuffer arg1)
withNewStrVal in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IntOrStringFluent<A extends IntOrStringFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.