public class DescribeDDosAttackSourceEventRequest extends AbstractModel
header, skipSign
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 End time
|
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 |
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDDosAttackSourceEventRequest()
public DescribeDDosAttackSourceEventRequest(DescribeDDosAttackSourceEventRequest 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}Copyright © 2024. All rights reserved.