Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1LimitResponse
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1LimitResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1LimitResponse extends Object
LimitResponse defines how to handle requests that can not be executed right now.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_QUEUINGstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1LimitResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiFlowcontrolV1alpha1QueuingConfigurationgetQueuing()Get queuingStringgetType()`type` is \"Queue\" or \"Reject\".inthashCode()IoK8sApiFlowcontrolV1alpha1LimitResponsequeuing(IoK8sApiFlowcontrolV1alpha1QueuingConfiguration queuing)voidsetQueuing(IoK8sApiFlowcontrolV1alpha1QueuingConfiguration queuing)voidsetType(String type)StringtoString()IoK8sApiFlowcontrolV1alpha1LimitResponsetype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_QUEUING
public static final String JSON_PROPERTY_QUEUING
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
queuing
public IoK8sApiFlowcontrolV1alpha1LimitResponse queuing(IoK8sApiFlowcontrolV1alpha1QueuingConfiguration queuing)
-
getQueuing
@Nullable public IoK8sApiFlowcontrolV1alpha1QueuingConfiguration getQueuing()
Get queuing- Returns:
- queuing
-
setQueuing
public void setQueuing(IoK8sApiFlowcontrolV1alpha1QueuingConfiguration queuing)
-
type
public IoK8sApiFlowcontrolV1alpha1LimitResponse type(String type)
-
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:
- type
-
setType
public void setType(String type)
-
-