public class DescribeDDosAttackSourceEventRequest extends AbstractModel
Constructor and Description |
---|
DescribeDDosAttackSourceEventRequest() |
DescribeDDosAttackSourceEventRequest(DescribeDDosAttackSourceEventRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get 结束时间
|
Long |
getPageNo()
Get 当前页
|
Long |
getPageSize()
Get 条数
|
Long[] |
getPolicyIds()
Get ddos策略组id 集合
|
String |
getProtocolType()
Get 协议类型,{tcp,udp,all}
|
String |
getStartTime()
Get 开始时间
|
String[] |
getZoneIds()
Get 站点集合
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setPageNo(Long PageNo)
Set 当前页
|
void |
setPageSize(Long PageSize)
Set 条数
|
void |
setPolicyIds(Long[] PolicyIds)
Set ddos策略组id 集合
|
void |
setProtocolType(String ProtocolType)
Set 协议类型,{tcp,udp,all}
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
setZoneIds(String[] ZoneIds)
Set 站点集合
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDDosAttackSourceEventRequest()
public DescribeDDosAttackSourceEventRequest(DescribeDDosAttackSourceEventRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 条数public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- 当前页public Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds
- ddos策略组id 集合public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- 站点集合public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType
- 协议类型,{tcp,udp,all}Copyright © 2022. All rights reserved.