Class V1beta3PriorityLevelConfigurationCondition

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1beta3PriorityLevelConfigurationCondition extends Object
PriorityLevelConfigurationCondition defines the condition of priority level.
  • Field Details

  • Constructor Details

    • V1beta3PriorityLevelConfigurationCondition

      public V1beta3PriorityLevelConfigurationCondition()
  • Method Details

    • getLastTransitionTime

      public ZonedDateTime getLastTransitionTime()
      `lastTransitionTime` is the last time the condition transitioned from one status to another.
      Returns:
      the lastTransitionTime property value
    • setLastTransitionTime

      public void setLastTransitionTime(ZonedDateTime lastTransitionTime)
      Set the lastTransitionTime property value
    • lastTransitionTime

      public V1beta3PriorityLevelConfigurationCondition lastTransitionTime(ZonedDateTime lastTransitionTime)
      Set lastTransitionTime in a chainable fashion.
      Returns:
      The same instance of V1beta3PriorityLevelConfigurationCondition for chaining.
    • getMessage

      public String getMessage()
      `message` is a human-readable message indicating details about last transition.
      Returns:
      the message property value
    • setMessage

      public void setMessage(String message)
      Set the message property value
    • message

      Set message in a chainable fashion.
      Returns:
      The same instance of V1beta3PriorityLevelConfigurationCondition for chaining.
    • getReason

      public String getReason()
      `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
      Returns:
      the reason property value
    • setReason

      public void setReason(String reason)
      Set the reason property value
    • reason

      Set reason in a chainable fashion.
      Returns:
      The same instance of V1beta3PriorityLevelConfigurationCondition for chaining.
    • getStatus

      public String getStatus()
      `status` is the status of the condition. Can be True, False, Unknown. Required.
      Returns:
      the status property value
    • setStatus

      public void setStatus(String status)
      Set the status property value
    • status

      Set status in a chainable fashion.
      Returns:
      The same instance of V1beta3PriorityLevelConfigurationCondition for chaining.
    • getType

      public String getType()
      `type` is the type of the condition. Required.
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
    • type

      Set type in a chainable fashion.
      Returns:
      The same instance of V1beta3PriorityLevelConfigurationCondition 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