@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetTopNMetricInput extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetTopNMetricInput.TypeEnum
Gets or Sets type
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTERS |
static String |
SERIALIZED_NAME_METRICS |
static String |
SERIALIZED_NAME_N |
static String |
SERIALIZED_NAME_RANGE |
static String |
SERIALIZED_NAME_TYPE |
| 构造器和说明 |
|---|
GetTopNMetricInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetTopNMetricInput |
addMetricsItem(String metricsItem) |
GetTopNMetricInput |
clusters(ClusterWhereInput clusters) |
boolean |
equals(Object o) |
ClusterWhereInput |
getClusters()
Get clusters
|
List<String> |
getMetrics()
Get metrics
|
Integer |
getN()
Get n
|
String |
getRange()
Get range
|
GetTopNMetricInput.TypeEnum |
getType()
Get type
|
int |
hashCode() |
GetTopNMetricInput |
metrics(List<String> metrics) |
GetTopNMetricInput |
n(Integer n) |
GetTopNMetricInput |
range(String range) |
void |
setClusters(ClusterWhereInput clusters) |
void |
setMetrics(List<String> metrics) |
void |
setN(Integer n) |
void |
setRange(String range) |
void |
setType(GetTopNMetricInput.TypeEnum type) |
String |
toString() |
GetTopNMetricInput |
type(GetTopNMetricInput.TypeEnum type) |
public GetTopNMetricInput metrics(List<String> metrics)
public GetTopNMetricInput addMetricsItem(String metricsItem)
public GetTopNMetricInput clusters(ClusterWhereInput clusters)
@Nonnull public ClusterWhereInput getClusters()
public void setClusters(ClusterWhereInput clusters)
public GetTopNMetricInput type(GetTopNMetricInput.TypeEnum type)
@Nonnull public GetTopNMetricInput.TypeEnum getType()
public void setType(GetTopNMetricInput.TypeEnum type)
public GetTopNMetricInput n(Integer n)
public void setN(Integer n)
public GetTopNMetricInput range(String range)
public void setRange(String range)
Copyright © 2025. All rights reserved.