@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetVmMetricInput extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_METRICS |
static String |
SERIALIZED_NAME_RANGE |
static String |
SERIALIZED_NAME_VMS |
| 构造器和说明 |
|---|
GetVmMetricInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetVmMetricInput |
addMetricsItem(String metricsItem) |
boolean |
equals(Object o) |
List<String> |
getMetrics()
Get metrics
|
String |
getRange()
Get range
|
VmWhereInput |
getVms()
Get vms
|
int |
hashCode() |
GetVmMetricInput |
metrics(List<String> metrics) |
GetVmMetricInput |
range(String range) |
void |
setMetrics(List<String> metrics) |
void |
setRange(String range) |
void |
setVms(VmWhereInput vms) |
String |
toString() |
GetVmMetricInput |
vms(VmWhereInput vms) |
public GetVmMetricInput range(String range)
public void setRange(String range)
public GetVmMetricInput metrics(List<String> metrics)
public GetVmMetricInput addMetricsItem(String metricsItem)
public GetVmMetricInput vms(VmWhereInput vms)
@Nonnull public VmWhereInput getVms()
public void setVms(VmWhereInput vms)
Copyright © 2025. All rights reserved.