@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V2beta2ObjectMetricStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CURRENT |
static String |
SERIALIZED_NAME_DESCRIBED_OBJECT |
static String |
SERIALIZED_NAME_METRIC |
Constructor and Description |
---|
V2beta2ObjectMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta2ObjectMetricStatus |
current(V2beta2MetricValueStatus current) |
V2beta2ObjectMetricStatus |
describedObject(V2beta2CrossVersionObjectReference describedObject) |
boolean |
equals(Object o) |
V2beta2MetricValueStatus |
getCurrent()
Get current
|
V2beta2CrossVersionObjectReference |
getDescribedObject()
Get describedObject
|
V2beta2MetricIdentifier |
getMetric()
Get metric
|
int |
hashCode() |
V2beta2ObjectMetricStatus |
metric(V2beta2MetricIdentifier metric) |
void |
setCurrent(V2beta2MetricValueStatus current) |
void |
setDescribedObject(V2beta2CrossVersionObjectReference describedObject) |
void |
setMetric(V2beta2MetricIdentifier metric) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENT
public static final String SERIALIZED_NAME_DESCRIBED_OBJECT
public static final String SERIALIZED_NAME_METRIC
public V2beta2ObjectMetricStatus current(V2beta2MetricValueStatus current)
public V2beta2MetricValueStatus getCurrent()
public void setCurrent(V2beta2MetricValueStatus current)
public V2beta2ObjectMetricStatus describedObject(V2beta2CrossVersionObjectReference describedObject)
public V2beta2CrossVersionObjectReference getDescribedObject()
public void setDescribedObject(V2beta2CrossVersionObjectReference describedObject)
public V2beta2ObjectMetricStatus metric(V2beta2MetricIdentifier metric)
public V2beta2MetricIdentifier getMetric()
public void setMetric(V2beta2MetricIdentifier metric)
Copyright © 2020. All rights reserved.