Class DescribeDDoSAttackSourceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeDDoSAttackSourceRequest
-
public class DescribeDDoSAttackSourceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDDoSAttackSourceRequest()DescribeDDoSAttackSourceRequest(DescribeDDoSAttackSourceRequest 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 资源IDString[]getIpList()Get 获取指定资源的特定ip的攻击源,可选LonggetLimit()Get 一页条数,填0表示不分页LonggetOffset()Get 页起始偏移,取值为(页码-1)*一页条数StringgetStartTime()Get 起始时间voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)voidsetEndTime(String EndTime)Set 结束时间voidsetId(String Id)Set 资源IDvoidsetIpList(String[] IpList)Set 获取指定资源的特定ip的攻击源,可选voidsetLimit(Long Limit)Set 一页条数,填0表示不分页voidsetOffset(Long Offset)Set 页起始偏移,取值为(页码-1)*一页条数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
-
DescribeDDoSAttackSourceRequest
public DescribeDDoSAttackSourceRequest()
-
DescribeDDoSAttackSourceRequest
public DescribeDDoSAttackSourceRequest(DescribeDDoSAttackSourceRequest 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
-
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- 结束时间
-
getLimit
public Long getLimit()
Get 一页条数,填0表示不分页- Returns:
- Limit 一页条数,填0表示不分页
-
setLimit
public void setLimit(Long Limit)
Set 一页条数,填0表示不分页- Parameters:
Limit- 一页条数,填0表示不分页
-
getOffset
public Long getOffset()
Get 页起始偏移,取值为(页码-1)*一页条数- Returns:
- Offset 页起始偏移,取值为(页码-1)*一页条数
-
setOffset
public void setOffset(Long Offset)
Set 页起始偏移,取值为(页码-1)*一页条数- Parameters:
Offset- 页起始偏移,取值为(页码-1)*一页条数
-
getIpList
public String[] getIpList()
Get 获取指定资源的特定ip的攻击源,可选- Returns:
- IpList 获取指定资源的特定ip的攻击源,可选
-
setIpList
public void setIpList(String[] IpList)
Set 获取指定资源的特定ip的攻击源,可选- Parameters:
IpList- 获取指定资源的特定ip的攻击源,可选
-
-