Class V1FlowSchemaStatus

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1FlowSchemaStatus

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1FlowSchemaStatus extends Object
FlowSchemaStatus represents the current state of a FlowSchema.
  • Field Details

  • Constructor Details

    • V1FlowSchemaStatus

      public V1FlowSchemaStatus()
  • Method Details

    • getConditions

      public List<@Valid V1FlowSchemaCondition> getConditions()
      `conditions` is a list of the current states of FlowSchema.
      Returns:
      the conditions property value
    • setConditions

      public void setConditions(List<@Valid V1FlowSchemaCondition> conditions)
      Set the conditions property value
      Parameters:
      conditions - property value to set
    • conditions

      public V1FlowSchemaStatus conditions(List<@Valid V1FlowSchemaCondition> conditions)
      Set conditions in a chainable fashion.
      Returns:
      The same instance of V1FlowSchemaStatus for chaining.
    • addconditionsItem

      public V1FlowSchemaStatus addconditionsItem(V1FlowSchemaCondition conditionsItem)
      Add an item to the conditions property in a chainable fashion.
      Returns:
      The same instance of V1FlowSchemaStatus for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object