public class DescribeDDoSAttackDataRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDDoSAttackDataRequest() |
DescribeDDoSAttackDataRequest(DescribeDDoSAttackDataRequest 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.
|
String |
getInterval()
Get The query granularity.
|
String[] |
getMetricNames()
Get Statistical metrics.
|
Long[] |
getPolicyIds()
Get IDs of DDoS policies to be queried.
|
String |
getStartTime()
Get Start time of the query period.
|
String[] |
getZoneIds()
Get ZoneId set.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setEndTime(String EndTime)
Set End time of the query period.
|
void |
setInterval(String Interval)
Set The query granularity.
|
void |
setMetricNames(String[] MetricNames)
Set Statistical metrics.
|
void |
setPolicyIds(Long[] PolicyIds)
Set IDs of DDoS policies to be queried.
|
void |
setStartTime(String StartTime)
Set Start time of the query period.
|
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, toJsonString
public DescribeDDoSAttackDataRequest()
public DescribeDDoSAttackDataRequest(DescribeDDoSAttackDataRequest 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 String[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames
- Statistical metrics.
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- ZoneId set. This parameter is required.public Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds
- IDs of DDoS policies to be queried. All policies will be selected if this field is not specified.public String getInterval()
public void setInterval(String Interval)
Interval
- The query granularity. Values:
public String getArea()
public void setArea(String Area)
Area
- Geolocation scope. Values:
Copyright © 2024. All rights reserved.