Class ClusterPoolClaimLifetime
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.ClusterPoolClaimLifetime
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterPoolClaimLifetimeBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterPoolClaimLifetime extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterPoolClaimLifetimeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterPoolClaimLifetime()No args constructor for use in serializationClusterPoolClaimLifetime(String _default, String maximum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterPoolClaimLifetimeBuilderedit()Map<String,Object>getAdditionalProperties()StringgetDefault()ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.StringgetMaximum()ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDefault(String _default)ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.voidsetMaximum(String maximum)ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.ClusterPoolClaimLifetimeBuildertoBuilder()
-
-
-
Method Detail
-
getDefault
public String getDefault()
ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.
-
setDefault
public void setDefault(String _default)
ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.
-
getMaximum
public String getMaximum()
ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.
-
setMaximum
public void setMaximum(String maximum)
ClusterPoolClaimLifetime defines the lifetimes for claims for the cluster pool.
-
edit
public ClusterPoolClaimLifetimeBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterPoolClaimLifetimeBuilder>
-
toBuilder
public ClusterPoolClaimLifetimeBuilder toBuilder()
-
-