Class DescribeDDoSCountRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeDDoSCountRequest
-
public class DescribeDDoSCountRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDDoSCountRequest()DescribeDDoSCountRequest(DescribeDDoSCountRequest 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;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)StringgetEndTime()Get 统计结束时间StringgetId()Get 资源IDStringgetIp()Get 资源的IPStringgetMetricName()Get 指标,取值[traffic(攻击协议流量, 单位KB), pkg(攻击协议报文数), classnum(攻击事件次数)]StringgetStartTime()Get 统计开始时间voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)voidsetEndTime(String EndTime)Set 统计结束时间voidsetId(String Id)Set 资源IDvoidsetIp(String Ip)Set 资源的IPvoidsetMetricName(String MetricName)Set 指标,取值[traffic(攻击协议流量, 单位KB), pkg(攻击协议报文数), classnum(攻击事件次数)]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
-
DescribeDDoSCountRequest
public DescribeDDoSCountRequest()
-
DescribeDDoSCountRequest
public DescribeDDoSCountRequest(DescribeDDoSCountRequest 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;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
getId
public String getId()
Get 资源ID- Returns:
- Id 资源ID
-
setId
public void setId(String Id)
Set 资源ID- Parameters:
Id- 资源ID
-
getIp
public String getIp()
Get 资源的IP- Returns:
- Ip 资源的IP
-
setIp
public void setIp(String Ip)
Set 资源的IP- Parameters:
Ip- 资源的IP
-
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 指标,取值[traffic(攻击协议流量, 单位KB), pkg(攻击协议报文数), classnum(攻击事件次数)]- Returns:
- MetricName 指标,取值[traffic(攻击协议流量, 单位KB), pkg(攻击协议报文数), classnum(攻击事件次数)]
-
setMetricName
public void setMetricName(String MetricName)
Set 指标,取值[traffic(攻击协议流量, 单位KB), pkg(攻击协议报文数), classnum(攻击事件次数)]- Parameters:
MetricName- 指标,取值[traffic(攻击协议流量, 单位KB), pkg(攻击协议报文数), classnum(攻击事件次数)]
-
-