public interface QuantityFluent<A extends QuantityFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount() |
String |
getFormat() |
Boolean |
hasAmount() |
Boolean |
hasFormat() |
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)
Copyright © 2015–2020 Red Hat. All rights reserved.