Class V1beta2FlowSchemaStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1beta2FlowSchemaStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1beta2FlowSchemaStatus
extends Object
FlowSchemaStatus represents the current state of a FlowSchema.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddconditionsItem(V1beta2FlowSchemaCondition conditionsItem) Add an item to the conditions property in a chainable fashion.conditions(List<@Valid V1beta2FlowSchemaCondition> conditions) Set conditions in a chainable fashion.booleanList<@Valid V1beta2FlowSchemaCondition>`conditions` is a list of the current states of FlowSchema.inthashCode()voidsetConditions(List<@Valid V1beta2FlowSchemaCondition> conditions) Set the conditions property valuetoString()
- 
Field Details- 
JSON_PROPERTY_CONDITIONS- See Also:
 
 
- 
- 
Constructor Details- 
V1beta2FlowSchemaStatuspublic V1beta2FlowSchemaStatus()
 
- 
- 
Method Details- 
getConditions`conditions` is a list of the current states of FlowSchema.- Returns:
- the conditions property value
 
- 
setConditionsSet the conditions property value- Parameters:
- conditions- property value to set
 
- 
conditionsSet conditions in a chainable fashion.- Returns:
- The same instance of V1beta2FlowSchemaStatus for chaining.
 
- 
addconditionsItemAdd an item to the conditions property in a chainable fashion.- Returns:
- The same instance of V1beta2FlowSchemaStatus for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-