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:
EmptyDirVolumeSourceFluentImpl.SizeLimitNestedImpl,KubeSchemaFluentImpl.QuantityNestedImpl,QuantityBuilder,ResourceFieldSelectorFluentImpl.DivisorNestedImpl
public class QuantityFluentImpl<A extends QuantityFluent<A>> extends BaseFluent<A> implements QuantityFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description QuantityFluentImpl()QuantityFluentImpl(Quantity instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAmount()StringgetFormat()BooleanhasAmount()BooleanhasFormat()inthashCode()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 Detail
-
QuantityFluentImpl
public QuantityFluentImpl()
-
QuantityFluentImpl
public QuantityFluentImpl(Quantity instance)
-
-
Method Detail
-
getAmount
public String getAmount()
- Specified by:
getAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withAmount
public A withAmount(String amount)
- Specified by:
withAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
hasAmount
public Boolean hasAmount()
- Specified by:
hasAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewAmount
public A withNewAmount(String arg1)
- Specified by:
withNewAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewAmount
public A withNewAmount(StringBuilder arg1)
- Specified by:
withNewAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewAmount
public A withNewAmount(StringBuffer arg1)
- Specified by:
withNewAmountin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
getFormat
public String getFormat()
- Specified by:
getFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withFormat
public A withFormat(String format)
- Specified by:
withFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
hasFormat
public Boolean hasFormat()
- Specified by:
hasFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewFormat
public A withNewFormat(String arg1)
- Specified by:
withNewFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewFormat
public A withNewFormat(StringBuilder arg1)
- Specified by:
withNewFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
withNewFormat
public A withNewFormat(StringBuffer arg1)
- Specified by:
withNewFormatin interfaceQuantityFluent<A extends QuantityFluent<A>>
-
-