public class DescribeDDoSAttackEventRequest extends AbstractModel
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 of the query period.
|
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 Whether to display the details.
|
String |
getStartTime()
Get Start time of the query period.
|
String[] |
getZoneIds()
Get (Required) List of sites.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setEndTime(String EndTime)
Set End time of the query period.
|
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 Whether to display the details.
|
void |
setStartTime(String StartTime)
Set Start time of the query period.
|
void |
setZoneIds(String[] ZoneIds)
Set (Required) List of sites.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDDoSAttackEventRequest()
public DescribeDDoSAttackEventRequest(DescribeDDoSAttackEventRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time of the query period.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the query period.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
- (Required) List of sites. No query results are returned if this field is not specified.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
- Whether to display the details.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 © 2023. All rights reserved.