Class Quantity

java.lang.Object
io.fabric8.kubernetes.api.model.Quantity
All Implemented Interfaces:
Serializable

public class Quantity
extends Object
implements Serializable
Quantity is fixed point representation of a number. It provides convenient marshalling/unmarshalling in JSON or YAML, in addition to String or getAmountInBytes accessors.
See Also:
Serialized Form