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) |
Copyright © 2011–2018 Red Hat. All rights reserved.