public class DescribeDDoSAttackEventDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeDDoSAttackEventDetailRequest() |
DescribeDDoSAttackEventDetailRequest(DescribeDDoSAttackEventDetailRequest 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 数据归属地区,取值有:
overseas:全球(除中国大陆地区)数据;
mainland:中国大陆地区数据。不填将根据用户所在地智能选择地区。
|
String |
getEventId()
Get 查询的事件ID。
|
void |
setArea(String Area)
Set 数据归属地区,取值有:
overseas:全球(除中国大陆地区)数据;
mainland:中国大陆地区数据。不填将根据用户所在地智能选择地区。
|
void |
setEventId(String EventId)
Set 查询的事件ID。
|
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 DescribeDDoSAttackEventDetailRequest()
public DescribeDDoSAttackEventDetailRequest(DescribeDDoSAttackEventDetailRequest source)
public String getEventId()
public void setEventId(String EventId)
EventId
- 查询的事件ID。public String getArea()
public void setArea(String Area)
Area
- 数据归属地区,取值有:
Copyright © 2022. All rights reserved.