Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1FlowDistinguisherMethod
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1FlowDistinguisherMethod
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1FlowDistinguisherMethod extends Object
FlowDistinguisherMethod specifies the method of a flow distinguisher.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1FlowDistinguisherMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetType()`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\".inthashCode()voidsetType(String type)StringtoString()IoK8sApiFlowcontrolV1alpha1FlowDistinguisherMethodtype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public IoK8sApiFlowcontrolV1alpha1FlowDistinguisherMethod type(String type)
-
getType
public String getType()
`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.- Returns:
- type
-
setType
public void setType(String type)
-
-