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 |
getArea()
Get Geolocation scope.
|
String |
getEndTime()
Get End time.
|
Long |
getLimit()
Get Limit on paginated queries.
|
Long |
getOffset()
Get The page offset.
|
String |
getOrderBy()
Get The sorting field.
|
String |
getOrderType()
Get The sorting method.
|
Long[] |
getPolicyIds()
Get List of DDoS policy IDs.
|
Boolean |
getShowDetail()
Get Parameter to show attack details.
|
String |
getStartTime()
Get Start time.
|
String[] |
getZoneIds()
Get ZoneId set.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setEndTime(String EndTime)
Set End time.
|
void |
setLimit(Long Limit)
Set Limit on paginated queries.
|
void |
setOffset(Long Offset)
Set The page offset.
|
void |
setOrderBy(String OrderBy)
Set The sorting field.
|
void |
setOrderType(String OrderType)
Set The sorting method.
|
void |
setPolicyIds(Long[] PolicyIds)
Set List of DDoS policy IDs.
|
void |
setShowDetail(Boolean ShowDetail)
Set Parameter to show attack details.
|
void |
setStartTime(String StartTime)
Set Start time.
|
void |
setZoneIds(String[] ZoneIds)
Set ZoneId 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, toJsonStringpublic DescribeDDoSAttackEventRequest()
public DescribeDDoSAttackEventRequest(DescribeDDoSAttackEventRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time. Time range: 30 days.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time. Time range: 30 days.public Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds - List of DDoS policy IDs. All policies are selected if this field is not specified.public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - ZoneId set. This parameter is required.public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit on paginated queries. Default value: 20. Maximum value: 1000.public Long getOffset()
public void setOffset(Long Offset)
Offset - The page offset. Default value: 0.public Boolean getShowDetail()
public void setShowDetail(Boolean ShowDetail)
ShowDetail - Parameter to show attack details. If it is configured as false, only the number of attacks is returned without details. If it is configured as true, attack details are returned.public String getArea()
public void setArea(String Area)
Area - Geolocation scope. Values:
public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - The sorting field. Values:
public String getOrderType()
public void setOrderType(String OrderType)
OrderType - The sorting method. Values:
Copyright © 2024. All rights reserved.