public class DescribeEmrOverviewMetricsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEmrOverviewMetricsRequest() |
DescribeEmrOverviewMetricsRequest(DescribeEmrOverviewMetricsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAggregator()
Get 聚合方法,扩展用,这里目前不用传
|
String |
getDownsample()
Get 粒度 30s-max 1m-max 1h-max等
|
Long |
getEnd()
Get 结束时间
|
String |
getInstanceId()
Get 集群id
|
String |
getMetric()
Get 指标名
|
Long |
getStart()
Get 起始时间,画饼状图时不传
|
String |
getTags()
Get 指标要查询的具体type 如:"{"type":"CapacityTotal|CapacityRemaining"}"
|
void |
setAggregator(String Aggregator)
Set 聚合方法,扩展用,这里目前不用传
|
void |
setDownsample(String Downsample)
Set 粒度 30s-max 1m-max 1h-max等
|
void |
setEnd(Long End)
Set 结束时间
|
void |
setInstanceId(String InstanceId)
Set 集群id
|
void |
setMetric(String Metric)
Set 指标名
|
void |
setStart(Long Start)
Set 起始时间,画饼状图时不传
|
void |
setTags(String Tags)
Set 指标要查询的具体type 如:"{"type":"CapacityTotal|CapacityRemaining"}"
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeEmrOverviewMetricsRequest()
public DescribeEmrOverviewMetricsRequest(DescribeEmrOverviewMetricsRequest source)
public Long getEnd()
public void setEnd(Long End)
End
- 结束时间public String getMetric()
public void setMetric(String Metric)
Metric
- 指标名public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群idpublic String getDownsample()
public void setDownsample(String Downsample)
Downsample
- 粒度 30s-max 1m-max 1h-max等public Long getStart()
public void setStart(Long Start)
Start
- 起始时间,画饼状图时不传public String getAggregator()
public void setAggregator(String Aggregator)
Aggregator
- 聚合方法,扩展用,这里目前不用传public String getTags()
public void setTags(String Tags)
Tags
- 指标要查询的具体type 如:"{"type":"CapacityTotal|CapacityRemaining"}"Copyright © 2024. All rights reserved.