public class DescribeDDosAttackEventRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDDosAttackEventRequest()  | 
DescribeDDosAttackEventRequest(DescribeDDosAttackEventRequest 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 End time 
 | 
String | 
getIsShowDetail()
Get Whether to show details. 
 | 
Long | 
getPageNo()
Get Current page 
 | 
Long | 
getPageSize()
Get Number of items 
 | 
Long[] | 
getPolicyIds()
Get Set of DDoS policy group IDs 
 | 
String | 
getProtocolType()
Get Protocol type. 
 | 
String | 
getStartTime()
Get Start time 
 | 
String[] | 
getZoneIds()
Get Site set 
 | 
void | 
setEndTime(String EndTime)
Set End time 
 | 
void | 
setIsShowDetail(String IsShowDetail)
Set Whether to show details. 
 | 
void | 
setPageNo(Long PageNo)
Set Current page 
 | 
void | 
setPageSize(Long PageSize)
Set Number of items 
 | 
void | 
setPolicyIds(Long[] PolicyIds)
Set Set of DDoS policy group IDs 
 | 
void | 
setProtocolType(String ProtocolType)
Set Protocol type. 
 | 
void | 
setStartTime(String StartTime)
Set Start time 
 | 
void | 
setZoneIds(String[] ZoneIds)
Set Site set 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDDosAttackEventRequest()
public DescribeDDosAttackEventRequest(DescribeDDosAttackEventRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of itemspublic Long getPageNo()
public void setPageNo(Long PageNo)
PageNo - Current pagepublic Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds - Set of DDoS policy group IDspublic String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Site setpublic String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType - Protocol type. Valid values: {tcp,udp,all}public String getIsShowDetail()
public void setIsShowDetail(String IsShowDetail)
IsShowDetail - Whether to show details. Valid values: Y (yes), N (no).Copyright © 2025. All rights reserved.