Class DescribeTransmitStatisRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeTransmitStatisRequest
-
public class DescribeTransmitStatisRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTransmitStatisRequest()DescribeTransmitStatisRequest(DescribeTransmitStatisRequest 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 StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;bgp表示独享包;bgp-multip表示共享包)StringgetEndTime()Get 统计结束时间,秒部分保持为0,分钟部分为5的倍数StringgetId()Get 资源实例IDString[]getIpList()Get 资源的IP(当Business为bgp-multip时必填,且仅支持一个IP);当不填写时,默认统计资源实例的所有IP;资源实例有多个IP(比如高防IP专业版)时,统计方式是求和;StringgetMetricName()Get 指标名,取值: traffic表示流量带宽; pkg表示包速率;LonggetPeriod()Get 统计时间粒度(300表示5分钟;3600表示小时;86400表示天)StringgetStartTime()Get 统计开始时间,秒部分保持为0,分钟部分为5的倍数voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;bgp表示独享包;bgp-multip表示共享包)voidsetEndTime(String EndTime)Set 统计结束时间,秒部分保持为0,分钟部分为5的倍数voidsetId(String Id)Set 资源实例IDvoidsetIpList(String[] IpList)Set 资源的IP(当Business为bgp-multip时必填,且仅支持一个IP);当不填写时,默认统计资源实例的所有IP;资源实例有多个IP(比如高防IP专业版)时,统计方式是求和;voidsetMetricName(String MetricName)Set 指标名,取值: traffic表示流量带宽; pkg表示包速率;voidsetPeriod(Long Period)Set 统计时间粒度(300表示5分钟;3600表示小时;86400表示天)voidsetStartTime(String StartTime)Set 统计开始时间,秒部分保持为0,分钟部分为5的倍数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
-
DescribeTransmitStatisRequest
public DescribeTransmitStatisRequest()
-
DescribeTransmitStatisRequest
public DescribeTransmitStatisRequest(DescribeTransmitStatisRequest 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
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;bgp表示独享包;bgp-multip表示共享包)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;bgp表示独享包;bgp-multip表示共享包)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;bgp表示独享包;bgp-multip表示共享包)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;bgp表示独享包;bgp-multip表示共享包)
-
getId
public String getId()
Get 资源实例ID- Returns:
- Id 资源实例ID
-
setId
public void setId(String Id)
Set 资源实例ID- Parameters:
Id- 资源实例ID
-
getMetricName
public String getMetricName()
Get 指标名,取值: traffic表示流量带宽; pkg表示包速率;- Returns:
- MetricName 指标名,取值: traffic表示流量带宽; pkg表示包速率;
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名,取值: traffic表示流量带宽; pkg表示包速率;- Parameters:
MetricName- 指标名,取值: traffic表示流量带宽; pkg表示包速率;
-
getPeriod
public Long getPeriod()
Get 统计时间粒度(300表示5分钟;3600表示小时;86400表示天)- Returns:
- Period 统计时间粒度(300表示5分钟;3600表示小时;86400表示天)
-
setPeriod
public void setPeriod(Long Period)
Set 统计时间粒度(300表示5分钟;3600表示小时;86400表示天)- Parameters:
Period- 统计时间粒度(300表示5分钟;3600表示小时;86400表示天)
-
getStartTime
public String getStartTime()
Get 统计开始时间,秒部分保持为0,分钟部分为5的倍数- Returns:
- StartTime 统计开始时间,秒部分保持为0,分钟部分为5的倍数
-
setStartTime
public void setStartTime(String StartTime)
Set 统计开始时间,秒部分保持为0,分钟部分为5的倍数- Parameters:
StartTime- 统计开始时间,秒部分保持为0,分钟部分为5的倍数
-
getEndTime
public String getEndTime()
Get 统计结束时间,秒部分保持为0,分钟部分为5的倍数- Returns:
- EndTime 统计结束时间,秒部分保持为0,分钟部分为5的倍数
-
setEndTime
public void setEndTime(String EndTime)
Set 统计结束时间,秒部分保持为0,分钟部分为5的倍数- Parameters:
EndTime- 统计结束时间,秒部分保持为0,分钟部分为5的倍数
-
getIpList
public String[] getIpList()
Get 资源的IP(当Business为bgp-multip时必填,且仅支持一个IP);当不填写时,默认统计资源实例的所有IP;资源实例有多个IP(比如高防IP专业版)时,统计方式是求和;- Returns:
- IpList 资源的IP(当Business为bgp-multip时必填,且仅支持一个IP);当不填写时,默认统计资源实例的所有IP;资源实例有多个IP(比如高防IP专业版)时,统计方式是求和;
-
setIpList
public void setIpList(String[] IpList)
Set 资源的IP(当Business为bgp-multip时必填,且仅支持一个IP);当不填写时,默认统计资源实例的所有IP;资源实例有多个IP(比如高防IP专业版)时,统计方式是求和;- Parameters:
IpList- 资源的IP(当Business为bgp-multip时必填,且仅支持一个IP);当不填写时,默认统计资源实例的所有IP;资源实例有多个IP(比如高防IP专业版)时,统计方式是求和;
-
-