@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V2beta2ResourceMetricStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CURRENT |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
V2beta2ResourceMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta2ResourceMetricStatus |
current(V2beta2MetricValueStatus current) |
boolean |
equals(Object o) |
V2beta2MetricValueStatus |
getCurrent()
Get current
|
String |
getName()
Name is the name of the resource in question.
|
int |
hashCode() |
V2beta2ResourceMetricStatus |
name(String name) |
void |
setCurrent(V2beta2MetricValueStatus current) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENT
public static final String SERIALIZED_NAME_NAME
public V2beta2ResourceMetricStatus current(V2beta2MetricValueStatus current)
public V2beta2MetricValueStatus getCurrent()
public void setCurrent(V2beta2MetricValueStatus current)
public V2beta2ResourceMetricStatus name(String name)
public String getName()
public void setName(String name)
Copyright © 2022. All rights reserved.