public class QuantityFluentImpl<A extends QuantityFluent<A>> extends BaseFluent<A> implements QuantityFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
QuantityFluentImpl() |
QuantityFluentImpl(Quantity 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 |
getAmount() |
String |
getFormat() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAmount() |
Boolean |
hasFormat() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAmount(String amount) |
A |
withFormat(String format) |
A |
withNewAmount(String arg0)
Deprecated.
|
A |
withNewFormat(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic QuantityFluentImpl()
public QuantityFluentImpl(Quantity instance)
public String getAmount()
getAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withAmount(String amount)
withAmount in interface QuantityFluent<A extends QuantityFluent<A>>public Boolean hasAmount()
hasAmount in interface QuantityFluent<A extends QuantityFluent<A>>@Deprecated public A withNewAmount(String arg0)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public String getFormat()
getFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withFormat(String format)
withFormat in interface QuantityFluent<A extends QuantityFluent<A>>public Boolean hasFormat()
hasFormat in interface QuantityFluent<A extends QuantityFluent<A>>@Deprecated public A withNewFormat(String arg0)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface QuantityFluent<A extends QuantityFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface QuantityFluent<A extends QuantityFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface QuantityFluent<A extends QuantityFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface QuantityFluent<A extends QuantityFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface QuantityFluent<A extends QuantityFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface QuantityFluent<A extends QuantityFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface QuantityFluent<A extends QuantityFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.