Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1FlowSchemaStatus
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1FlowSchemaStatus
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1FlowSchemaStatus extends Object
FlowSchemaStatus represents the current state of a FlowSchema.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONDITIONS
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1FlowSchemaStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiFlowcontrolV1alpha1FlowSchemaStatusaddConditionsItem(IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition conditionsItem)IoK8sApiFlowcontrolV1alpha1FlowSchemaStatusconditions(List<IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition> conditions)booleanequals(Object o)List<IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition>getConditions()`conditions` is a list of the current states of FlowSchema.inthashCode()voidsetConditions(List<IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition> conditions)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONDITIONS
public static final String JSON_PROPERTY_CONDITIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
conditions
public IoK8sApiFlowcontrolV1alpha1FlowSchemaStatus conditions(List<IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition> conditions)
-
addConditionsItem
public IoK8sApiFlowcontrolV1alpha1FlowSchemaStatus addConditionsItem(IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition conditionsItem)
-
getConditions
@Nullable public List<IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition> getConditions()
`conditions` is a list of the current states of FlowSchema.- Returns:
- conditions
-
setConditions
public void setConditions(List<IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition> conditions)
-
-