@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V2beta1ExternalMetricStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CURRENT_AVERAGE_VALUE |
static String |
SERIALIZED_NAME_CURRENT_VALUE |
static String |
SERIALIZED_NAME_METRIC_NAME |
static String |
SERIALIZED_NAME_METRIC_SELECTOR |
Constructor and Description |
---|
V2beta1ExternalMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta1ExternalMetricStatus |
currentAverageValue(Quantity currentAverageValue) |
V2beta1ExternalMetricStatus |
currentValue(Quantity currentValue) |
boolean |
equals(Object o) |
Quantity |
getCurrentAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
getCurrentValue()
Quantity is a fixed-point representation of a number.
|
String |
getMetricName()
metricName is the name of a metric used for autoscaling in metric system.
|
V1LabelSelector |
getMetricSelector()
Get metricSelector
|
int |
hashCode() |
V2beta1ExternalMetricStatus |
metricName(String metricName) |
V2beta1ExternalMetricStatus |
metricSelector(V1LabelSelector metricSelector) |
void |
setCurrentAverageValue(Quantity currentAverageValue) |
void |
setCurrentValue(Quantity currentValue) |
void |
setMetricName(String metricName) |
void |
setMetricSelector(V1LabelSelector metricSelector) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENT_AVERAGE_VALUE
public static final String SERIALIZED_NAME_CURRENT_VALUE
public static final String SERIALIZED_NAME_METRIC_NAME
public static final String SERIALIZED_NAME_METRIC_SELECTOR
public V2beta1ExternalMetricStatus currentAverageValue(Quantity currentAverageValue)
@Nullable public Quantity getCurrentAverageValue()
public void setCurrentAverageValue(Quantity currentAverageValue)
public V2beta1ExternalMetricStatus currentValue(Quantity currentValue)
public Quantity getCurrentValue()
public void setCurrentValue(Quantity currentValue)
public V2beta1ExternalMetricStatus metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
public V2beta1ExternalMetricStatus metricSelector(V1LabelSelector metricSelector)
@Nullable public V1LabelSelector getMetricSelector()
public void setMetricSelector(V1LabelSelector metricSelector)
Copyright © 2020. All rights reserved.