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 Summary
-
Constructor Summary
-
Method Summary
Modifier 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.boolean
List<@Valid V1beta2FlowSchemaCondition>
`conditions` is a list of the current states of FlowSchema.int
hashCode()
void
setConditions
(List<@Valid V1beta2FlowSchemaCondition> conditions) Set the conditions property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
-
Constructor Details
-
V1beta2FlowSchemaStatus
public V1beta2FlowSchemaStatus()
-
-
Method Details
-
getConditions
`conditions` is a list of the current states of FlowSchema.- Returns:
- the conditions property value
-
setConditions
Set the conditions property value -
conditions
Set conditions in a chainable fashion.- Returns:
- The same instance of V1beta2FlowSchemaStatus for chaining.
-
addconditionsItem
Add an item to the conditions property in a chainable fashion.- Returns:
- The same instance of V1beta2FlowSchemaStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-