Class Step
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.Step
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<StepBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Step extends Object implements io.fabric8.kubernetes.api.builder.Editable<StepBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Step represents the status of an individual step in an InstallPlan.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetOptional()Step represents the status of an individual step in an InstallPlan.StringgetResolving()Step represents the status of an individual step in an InstallPlan.StepResourcegetResource()Step represents the status of an individual step in an InstallPlan.StringgetStatus()Step represents the status of an individual step in an InstallPlan.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetOptional(Boolean optional)Step represents the status of an individual step in an InstallPlan.voidsetResolving(String resolving)Step represents the status of an individual step in an InstallPlan.voidsetResource(StepResource resource)Step represents the status of an individual step in an InstallPlan.voidsetStatus(String status)Step represents the status of an individual step in an InstallPlan.StepBuildertoBuilder()
-
-
-
Constructor Detail
-
Step
public Step()
No args constructor for use in serialization
-
Step
public Step(Boolean optional, String resolving, StepResource resource, String status)
-
-
Method Detail
-
getOptional
public Boolean getOptional()
Step represents the status of an individual step in an InstallPlan.
-
setOptional
public void setOptional(Boolean optional)
Step represents the status of an individual step in an InstallPlan.
-
getResolving
public String getResolving()
Step represents the status of an individual step in an InstallPlan.
-
setResolving
public void setResolving(String resolving)
Step represents the status of an individual step in an InstallPlan.
-
getResource
public StepResource getResource()
Step represents the status of an individual step in an InstallPlan.
-
setResource
public void setResource(StepResource resource)
Step represents the status of an individual step in an InstallPlan.
-
getStatus
public String getStatus()
Step represents the status of an individual step in an InstallPlan.
-
setStatus
public void setStatus(String status)
Step represents the status of an individual step in an InstallPlan.
-
edit
public StepBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<StepBuilder>
-
toBuilder
public StepBuilder toBuilder()
-
-