Class V1beta2LimitResponse
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1beta2LimitResponse
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1beta2LimitResponse
extends Object
LimitResponse defines how to handle requests that can not be executed right now.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
`type` is \"Queue\" or \"Reject\".int
hashCode()
queuing
(V1beta2QueuingConfiguration queuing) Set queuing in a chainable fashion.void
setQueuing
(V1beta2QueuingConfiguration queuing) Set the queuing property valuevoid
Set the type property valuetoString()
Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_QUEUING
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1beta2LimitResponse
-
-
Method Details
-
getQueuing
- Returns:
- the queuing property value
-
setQueuing
Set the queuing property value -
queuing
Set queuing in a chainable fashion.- Returns:
- The same instance of V1beta2LimitResponse for chaining.
-
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
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1beta2LimitResponse for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-