public class DescribeProxyStatisticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeProxyStatisticsRequest() |
DescribeProxyStatisticsRequest(DescribeProxyStatisticsRequest 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 |
getEndTime()
Get 结束时间(2019-03-25 12:00:00)
|
Long |
getGranularity()
Get 监控粒度,目前支持60,300,3600,86400,单位:秒。
当时间范围不超过3天,支持最小粒度60秒;
当时间范围不超过7天,支持最小粒度300秒;
当时间范围不超过30天,支持最小粒度3600秒。
|
String |
getIsp()
Get 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据
|
String[] |
getMetricNames()
Get 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPS
|
String |
getProxyId()
Get 通道ID
|
String |
getStartTime()
Get 起始时间(2019-03-25 12:00:00)
|
void |
setEndTime(String EndTime)
Set 结束时间(2019-03-25 12:00:00)
|
void |
setGranularity(Long Granularity)
Set 监控粒度,目前支持60,300,3600,86400,单位:秒。
当时间范围不超过3天,支持最小粒度60秒;
当时间范围不超过7天,支持最小粒度300秒;
当时间范围不超过30天,支持最小粒度3600秒。
|
void |
setIsp(String Isp)
Set 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据
|
void |
setMetricNames(String[] MetricNames)
Set 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPS
|
void |
setProxyId(String ProxyId)
Set 通道ID
|
void |
setStartTime(String StartTime)
Set 起始时间(2019-03-25 12:00:00)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeProxyStatisticsRequest()
public DescribeProxyStatisticsRequest(DescribeProxyStatisticsRequest source)
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- 通道IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间(2019-03-25 12:00:00)public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间(2019-03-25 12:00:00)public String[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames
- 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPSpublic Long getGranularity()
public void setGranularity(Long Granularity)
Granularity
- 监控粒度,目前支持60,300,3600,86400,单位:秒。
当时间范围不超过3天,支持最小粒度60秒;
当时间范围不超过7天,支持最小粒度300秒;
当时间范围不超过30天,支持最小粒度3600秒。public String getIsp()
public void setIsp(String Isp)
Isp
- 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据Copyright © 2022. All rights reserved.