Package io.fabric8.kubernetes.api.model
Class QuantityFluentImpl<A extends QuantityFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.QuantityFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,QuantityFluent<A>
- Direct Known Subclasses:
DoneableQuantity,EmptyDirVolumeSourceFluentImpl.SizeLimitNestedImpl,KubeSchemaFluentImpl.QuantityNestedImpl,QuantityBuilder,ResourceFieldSelectorFluentImpl.DivisorNestedImpl
public class QuantityFluentImpl<A extends QuantityFluent<A>> extends BaseFluent<A> implements QuantityFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description QuantityFluentImpl()QuantityFluentImpl(Quantity instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetAmount()StringgetFormat()BooleanhasAmount()BooleanhasFormat()AwithAmount(String amount)AwithFormat(String format)AwithNewAmount(String arg1)AwithNewAmount(StringBuffer arg1)AwithNewAmount(StringBuilder arg1)AwithNewFormat(String arg1)AwithNewFormat(StringBuffer arg1)AwithNewFormat(StringBuilder arg1)
-
Constructor Details
-
QuantityFluentImpl
public QuantityFluentImpl() -
QuantityFluentImpl
-
-
Method Details
-
getAmount
- Specified by:
getAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withAmount
- Specified by:
withAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
hasAmount
- Specified by:
hasAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewAmount
- Specified by:
withNewAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewAmount
- Specified by:
withNewAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewAmount
- Specified by:
withNewAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
getFormat
- Specified by:
getFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withFormat
- Specified by:
withFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
hasFormat
- Specified by:
hasFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewFormat
- Specified by:
withNewFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewFormat
- Specified by:
withNewFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewFormat
- Specified by:
withNewFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
equals
-