@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetHostNetworkMetricInput extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_HOSTS |
static String |
SERIALIZED_NAME_METRICS |
static String |
SERIALIZED_NAME_NICS |
static String |
SERIALIZED_NAME_RANGE |
| 构造器和说明 |
|---|
GetHostNetworkMetricInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetHostNetworkMetricInput |
addMetricsItem(String metricsItem) |
boolean |
equals(Object o) |
HostWhereInput |
getHosts()
Get hosts
|
List<String> |
getMetrics()
Get metrics
|
NicWhereInput |
getNics()
Get nics
|
String |
getRange()
Get range
|
int |
hashCode() |
GetHostNetworkMetricInput |
hosts(HostWhereInput hosts) |
GetHostNetworkMetricInput |
metrics(List<String> metrics) |
GetHostNetworkMetricInput |
nics(NicWhereInput nics) |
GetHostNetworkMetricInput |
range(String range) |
void |
setHosts(HostWhereInput hosts) |
void |
setMetrics(List<String> metrics) |
void |
setNics(NicWhereInput nics) |
void |
setRange(String range) |
String |
toString() |
public GetHostNetworkMetricInput hosts(HostWhereInput hosts)
@Nonnull public HostWhereInput getHosts()
public void setHosts(HostWhereInput hosts)
public GetHostNetworkMetricInput range(String range)
public void setRange(String range)
public GetHostNetworkMetricInput nics(NicWhereInput nics)
@Nullable public NicWhereInput getNics()
public void setNics(NicWhereInput nics)
public GetHostNetworkMetricInput metrics(List<String> metrics)
public GetHostNetworkMetricInput addMetricsItem(String metricsItem)
Copyright © 2025. All rights reserved.