Package net.stickycode.kuuty.model.v18
Class IoK8sApiAutoscalingV2beta2MetricIdentifier
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAutoscalingV2beta2MetricIdentifier
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAutoscalingV2beta2MetricIdentifier extends Object
MetricIdentifier defines the name and optionally selector for a metric
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_SELECTOR
-
Constructor Summary
Constructors Constructor Description IoK8sApiAutoscalingV2beta2MetricIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()name is the name of the given metricIoK8sApimachineryPkgApisMetaV1LabelSelectorgetSelector()Get selectorinthashCode()IoK8sApiAutoscalingV2beta2MetricIdentifiername(String name)IoK8sApiAutoscalingV2beta2MetricIdentifierselector(IoK8sApimachineryPkgApisMetaV1LabelSelector selector)voidsetName(String name)voidsetSelector(IoK8sApimachineryPkgApisMetaV1LabelSelector selector)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SELECTOR
public static final String JSON_PROPERTY_SELECTOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiAutoscalingV2beta2MetricIdentifier name(String name)
-
getName
public String getName()
name is the name of the given metric- Returns:
- name
-
setName
public void setName(String name)
-
selector
public IoK8sApiAutoscalingV2beta2MetricIdentifier selector(IoK8sApimachineryPkgApisMetaV1LabelSelector selector)
-
getSelector
@Nullable public IoK8sApimachineryPkgApisMetaV1LabelSelector getSelector()
Get selector- Returns:
- selector
-
setSelector
public void setSelector(IoK8sApimachineryPkgApisMetaV1LabelSelector selector)
-
-