Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationReference
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationReference
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationReference extends Object
PriorityLevelConfigurationReference contains information that points to the \"request-priority\" being used.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()`name` is the name of the priority level configuration being referenced Required.inthashCode()IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationReferencename(String name)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationReference name(String name)
-
getName
public String getName()
`name` is the name of the priority level configuration being referenced Required.- Returns:
- name
-
setName
public void setName(String name)
-
-