Class V1beta3LimitResponse

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1beta3LimitResponse extends Object
LimitResponse defines how to handle requests that can not be executed right now.
  • Field Details

  • Constructor Details

    • V1beta3LimitResponse

      public V1beta3LimitResponse(String type)
  • Method Details

    • getQueuing

      public V1beta3QueuingConfiguration getQueuing()
      Returns:
      the queuing property value
    • setQueuing

      public void setQueuing(V1beta3QueuingConfiguration queuing)
      Set the queuing property value
    • queuing

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

      public String getType()
      `type` is \"Queue\" or \"Reject\". \"Queue\" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. \"Reject\" means that requests that can not be executed upon arrival are rejected. Required.
      Returns:
      the type property value
    • setType

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

      public V1beta3LimitResponse type(String type)
      Set type in a chainable fashion.
      Returns:
      The same instance of V1beta3LimitResponse 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