Class ObjectMetricStatus
java.lang.Object
io.fabric8.kubernetes.api.model.autoscaling.v2beta2.ObjectMetricStatus
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class ObjectMetricStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ObjectMetricStatus()No args constructor for use in serializationObjectMetricStatus(MetricValueStatus current, CrossVersionObjectReference describedObject, MetricIdentifier metric) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()MetricValueStatusgetCurrent()CrossVersionObjectReferencegetDescribedObject()MetricIdentifiergetMetric()voidsetAdditionalProperty(String name, Object value)voidsetCurrent(MetricValueStatus current)voidsetDescribedObject(CrossVersionObjectReference describedObject)voidsetMetric(MetricIdentifier metric)
-
Constructor Details
-
ObjectMetricStatus
public ObjectMetricStatus()No args constructor for use in serialization -
ObjectMetricStatus
public ObjectMetricStatus(MetricValueStatus current, CrossVersionObjectReference describedObject, MetricIdentifier metric)- Parameters:
describedObject-current-metric-
-
-
Method Details
-
getCurrent
- Returns:
- The current
-
setCurrent
- Parameters:
current- The current
-
getDescribedObject
- Returns:
- The describedObject
-
setDescribedObject
- Parameters:
describedObject- The describedObject
-
getMetric
- Returns:
- The metric
-
setMetric
- Parameters:
metric- The metric
-
getAdditionalProperties
-
setAdditionalProperty
-