Class DescribeProxyGroupStatisticsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.DescribeProxyGroupStatisticsRequest
-
public class DescribeProxyGroupStatisticsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeProxyGroupStatisticsRequest()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()Get 结束时间LonggetGranularity()Get 监控粒度,目前支持60,300,3600,86400,单位:秒。 当时间范围不超过1天,支持最小粒度60秒; 当时间范围不超过7天,支持最小粒度3600秒; 当时间范围不超过30天,支持最小粒度86400秒。StringgetGroupId()Get 通道组IDString[]getMetricNames()Get 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPacketsStringgetStartTime()Get 起始时间voidsetEndTime(String EndTime)Set 结束时间voidsetGranularity(Long Granularity)Set 监控粒度,目前支持60,300,3600,86400,单位:秒。 当时间范围不超过1天,支持最小粒度60秒; 当时间范围不超过7天,支持最小粒度3600秒; 当时间范围不超过30天,支持最小粒度86400秒。voidsetGroupId(String GroupId)Set 通道组IDvoidsetMetricNames(String[] MetricNames)Set 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPacketsvoidsetStartTime(String StartTime)Set 起始时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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秒。
-
-