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 End time (2019-03-25 12:00:00) 
 | 
Long | 
getGranularity()
Get Monitoring granularity. 
 | 
String | 
getIsp()
Get Specifies the ISP. 
 | 
String[] | 
getMetricNames()
Get Statistical metric name list. 
 | 
String | 
getProxyId()
Get Connection ID 
 | 
String | 
getStartTime()
Get Start time (2019-03-25 12:00:00) 
 | 
void | 
setEndTime(String EndTime)
Set End time (2019-03-25 12:00:00) 
 | 
void | 
setGranularity(Long Granularity)
Set Monitoring granularity. 
 | 
void | 
setIsp(String Isp)
Set Specifies the ISP. 
 | 
void | 
setMetricNames(String[] MetricNames)
Set Statistical metric name list. 
 | 
void | 
setProxyId(String ProxyId)
Set Connection ID 
 | 
void | 
setStartTime(String StartTime)
Set Start time (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, toJsonStringpublic DescribeProxyStatisticsRequest()
public DescribeProxyStatisticsRequest(DescribeProxyStatisticsRequest source)
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - Connection IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time (2019-03-25 12:00:00)public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time (2019-03-25 12:00:00)public String[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames - Statistical metric name list. Valid values: `InBandwidth` (inbound bandwidth); `OutBandwidth` (outbound bandwidth); Concurrent (concurrence); `InPackets` (inbound packets); `OutPackets` (outbound packets); `PacketLoss` (packet loss rate); `Latency` (latency); `HttpQPS` (the number of HTTP requests); `HttpsQPS` (the number of HTTPS requests).public Long getGranularity()
public void setGranularity(Long Granularity)
Granularity - Monitoring granularity. It currently supports: 60, 300, 3,600, and 86,400. Unit: seconds.
Time range: ≤ 3 day. Supported minimum granularity: 60 seconds;
Time range: ≤ 7 day. Supported minimum granularity: 300 seconds;
Time range: ≤ 30 days. Supported minimum granularity: 36,00 seconds;public String getIsp()
public void setIsp(String Isp)
Isp - Specifies the ISP. Valid values: `CMCC`, `CUCC`, and `CTCC`. If it is not specified, all ISP data will be returned. Note that this field is valid only when a non-BGP connection is used.Copyright © 2022. All rights reserved.