Class InstallPlanCondition
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanCondition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InstallPlanConditionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InstallPlanCondition extends Object implements io.fabric8.kubernetes.api.builder.Editable<InstallPlanConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
InstallPlanCondition represents the overall status of the execution of an InstallPlan.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstallPlanCondition()No args constructor for use in serializationInstallPlanCondition(String lastTransitionTime, String lastUpdateTime, String message, String reason, String status, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastTransitionTime()InstallPlanCondition represents the overall status of the execution of an InstallPlan.StringgetLastUpdateTime()InstallPlanCondition represents the overall status of the execution of an InstallPlan.StringgetMessage()InstallPlanCondition represents the overall status of the execution of an InstallPlan.StringgetReason()InstallPlanCondition represents the overall status of the execution of an InstallPlan.StringgetStatus()InstallPlanCondition represents the overall status of the execution of an InstallPlan.StringgetType()InstallPlanCondition represents the overall status of the execution of an InstallPlan.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastTransitionTime(String lastTransitionTime)InstallPlanCondition represents the overall status of the execution of an InstallPlan.voidsetLastUpdateTime(String lastUpdateTime)InstallPlanCondition represents the overall status of the execution of an InstallPlan.voidsetMessage(String message)InstallPlanCondition represents the overall status of the execution of an InstallPlan.voidsetReason(String reason)InstallPlanCondition represents the overall status of the execution of an InstallPlan.voidsetStatus(String status)InstallPlanCondition represents the overall status of the execution of an InstallPlan.voidsetType(String type)InstallPlanCondition represents the overall status of the execution of an InstallPlan.InstallPlanConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
getLastUpdateTime
public String getLastUpdateTime()
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
setLastUpdateTime
public void setLastUpdateTime(String lastUpdateTime)
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
getMessage
public String getMessage()
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
setMessage
public void setMessage(String message)
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
getReason
public String getReason()
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
setReason
public void setReason(String reason)
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
getStatus
public String getStatus()
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
setStatus
public void setStatus(String status)
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
getType
public String getType()
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
setType
public void setType(String type)
InstallPlanCondition represents the overall status of the execution of an InstallPlan.
-
edit
public InstallPlanConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InstallPlanConditionBuilder>
-
toBuilder
public InstallPlanConditionBuilder toBuilder()
-
-