public class V2beta2ObjectMetricStatus extends Object
Constructor and Description |
---|
V2beta2ObjectMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta2ObjectMetricStatus |
current(V2beta2MetricValueStatus current) |
V2beta2ObjectMetricStatus |
describedObject(V2beta2CrossVersionObjectReference describedObject) |
boolean |
equals(Object o) |
V2beta2MetricValueStatus |
getCurrent()
current contains the current value for the given metric
|
V2beta2CrossVersionObjectReference |
getDescribedObject()
Get describedObject
|
V2beta2MetricIdentifier |
getMetric()
metric identifies the target metric by name and selector
|
int |
hashCode() |
V2beta2ObjectMetricStatus |
metric(V2beta2MetricIdentifier metric) |
void |
setCurrent(V2beta2MetricValueStatus current) |
void |
setDescribedObject(V2beta2CrossVersionObjectReference describedObject) |
void |
setMetric(V2beta2MetricIdentifier metric) |
String |
toString() |
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 © 2019. All rights reserved.