Class DescribeProxyStatisticsRequest


  • public class DescribeProxyStatisticsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeProxyStatisticsRequest

        public DescribeProxyStatisticsRequest()
      • DescribeProxyStatisticsRequest

        public 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.
    • Method Detail

      • getProxyId

        public String getProxyId()
        Get 通道ID
        Returns:
        ProxyId 通道ID
      • setProxyId

        public void setProxyId​(String ProxyId)
        Set 通道ID
        Parameters:
        ProxyId - 通道ID
      • getStartTime

        public String getStartTime()
        Get 起始时间(2019-03-25 12:00:00)
        Returns:
        StartTime 起始时间(2019-03-25 12:00:00)
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 起始时间(2019-03-25 12:00:00)
        Parameters:
        StartTime - 起始时间(2019-03-25 12:00:00)
      • getEndTime

        public String getEndTime()
        Get 结束时间(2019-03-25 12:00:00)
        Returns:
        EndTime 结束时间(2019-03-25 12:00:00)
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 结束时间(2019-03-25 12:00:00)
        Parameters:
        EndTime - 结束时间(2019-03-25 12:00:00)
      • getMetricNames

        public String[] getMetricNames()
        Get 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPS
        Returns:
        MetricNames 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPS
      • setMetricNames

        public void setMetricNames​(String[] MetricNames)
        Set 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPS
        Parameters:
        MetricNames - 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPS
      • getGranularity

        public Long getGranularity()
        Get 监控粒度,目前支持60,300,3600,86400,单位:秒。 当时间范围不超过3天,支持最小粒度60秒; 当时间范围不超过7天,支持最小粒度300秒; 当时间范围不超过30天,支持最小粒度3600秒。
        Returns:
        Granularity 监控粒度,目前支持60,300,3600,86400,单位:秒。 当时间范围不超过3天,支持最小粒度60秒; 当时间范围不超过7天,支持最小粒度300秒; 当时间范围不超过30天,支持最小粒度3600秒。
      • setGranularity

        public void setGranularity​(Long Granularity)
        Set 监控粒度,目前支持60,300,3600,86400,单位:秒。 当时间范围不超过3天,支持最小粒度60秒; 当时间范围不超过7天,支持最小粒度300秒; 当时间范围不超过30天,支持最小粒度3600秒。
        Parameters:
        Granularity - 监控粒度,目前支持60,300,3600,86400,单位:秒。 当时间范围不超过3天,支持最小粒度60秒; 当时间范围不超过7天,支持最小粒度300秒; 当时间范围不超过30天,支持最小粒度3600秒。
      • getIsp

        public String getIsp()
        Get 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据
        Returns:
        Isp 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据
      • setIsp

        public void setIsp​(String Isp)
        Set 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据
        Parameters:
        Isp - 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据