Class DescribeProxyGroupStatisticsRequest


  • public class DescribeProxyGroupStatisticsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeProxyGroupStatisticsRequest

        public DescribeProxyGroupStatisticsRequest()
      • DescribeProxyGroupStatisticsRequest

        public DescribeProxyGroupStatisticsRequest​(DescribeProxyGroupStatisticsRequest 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

      • getGroupId

        public String getGroupId()
        Get 通道组ID
        Returns:
        GroupId 通道组ID
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 通道组ID
        Parameters:
        GroupId - 通道组ID
      • getStartTime

        public String getStartTime()
        Get 起始时间
        Returns:
        StartTime 起始时间
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 起始时间
        Parameters:
        StartTime - 起始时间
      • getEndTime

        public String getEndTime()
        Get 结束时间
        Returns:
        EndTime 结束时间
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 结束时间
        Parameters:
        EndTime - 结束时间
      • getMetricNames

        public String[] getMetricNames()
        Get 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets
        Returns:
        MetricNames 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets
      • setMetricNames

        public void setMetricNames​(String[] MetricNames)
        Set 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets
        Parameters:
        MetricNames - 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets
      • getGranularity

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

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