Class DescribeOverviewCCTrendRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DescribeOverviewCCTrendRequest
-
public class DescribeOverviewCCTrendRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeOverviewCCTrendRequest()DescribeOverviewCCTrendRequest(DescribeOverviewCCTrendRequest 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 DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)StringgetEndTime()Get 统计结束时间StringgetId()Get 资源实例IDString[]getIpList()Get 资源的IPStringgetMetricName()Get 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]LonggetPeriod()Get 统计粒度,取值[300(5分钟),3600(小时),86400(天)]StringgetStartTime()Get 统计开始时间voidsetBusiness(String Business)Set DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)voidsetEndTime(String EndTime)Set 统计结束时间voidsetId(String Id)Set 资源实例IDvoidsetIpList(String[] IpList)Set 资源的IPvoidsetMetricName(String MetricName)Set 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]voidsetPeriod(Long Period)Set 统计粒度,取值[300(5分钟),3600(小时),86400(天)]voidsetStartTime(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
-
DescribeOverviewCCTrendRequest
public DescribeOverviewCCTrendRequest()
-
DescribeOverviewCCTrendRequest
public DescribeOverviewCCTrendRequest(DescribeOverviewCCTrendRequest 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
-
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 统计开始时间- 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- 统计结束时间
-
getMetricName
public String getMetricName()
Get 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]- Returns:
- MetricName 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
-
setMetricName
public void setMetricName(String MetricName)
Set 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]- Parameters:
MetricName- 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
-
getBusiness
public String getBusiness()
Get DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)- Returns:
- Business DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
-
setBusiness
public void setBusiness(String Business)
Set DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)- Parameters:
Business- DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
-
getIpList
public String[] getIpList()
Get 资源的IP- Returns:
- IpList 资源的IP
-
setIpList
public void setIpList(String[] IpList)
Set 资源的IP- Parameters:
IpList- 资源的IP
-
getId
public String getId()
Get 资源实例ID- Returns:
- Id 资源实例ID
-
setId
public void setId(String Id)
Set 资源实例ID- Parameters:
Id- 资源实例ID
-
-