public interface QuantityFluent<A extends QuantityFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAmount() |
String |
getFormat() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAmount() |
Boolean |
hasFormat() |
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.
|
String getAmount()
Boolean hasAmount()
@Deprecated A withNewAmount(String arg0)
String getFormat()
Boolean hasFormat()
@Deprecated A withNewFormat(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.