public class DescribeDDoSAttackTopDataRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeDDoSAttackTopDataRequest() |
DescribeDDoSAttackTopDataRequest(DescribeDDoSAttackTopDataRequest 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 Data storage region.
|
String |
getAttackType()
Get The attack type.
|
String |
getEndTime()
Get The end time.
|
Long |
getLimit()
Get Queries the top n rows of data.
|
String |
getMetricName()
Get The statistical metric.
|
Long[] |
getPolicyIds()
Get The list of DDoS policy IDs to be specified.
|
Long |
getPort()
Get The port number.
|
String |
getProtocolType()
Get The protocol type.
|
String |
getStartTime()
Get The start time.
|
String[] |
getZoneIds()
Get List of site IDs to be queried.
|
void |
setArea(String Area)
Set Data storage region.
|
void |
setAttackType(String AttackType)
Set The attack type.
|
void |
setEndTime(String EndTime)
Set The end time.
|
void |
setLimit(Long Limit)
Set Queries the top n rows of data.
|
void |
setMetricName(String MetricName)
Set The statistical metric.
|
void |
setPolicyIds(Long[] PolicyIds)
Set The list of DDoS policy IDs to be specified.
|
void |
setPort(Long Port)
Set The port number.
|
void |
setProtocolType(String ProtocolType)
Set The protocol type.
|
void |
setStartTime(String StartTime)
Set The start time.
|
void |
setZoneIds(String[] ZoneIds)
Set List of site IDs to be queried.
|
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 DescribeDDoSAttackTopDataRequest()
public DescribeDDoSAttackTopDataRequest(DescribeDDoSAttackTopDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time.public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- The statistical metric. Values:
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- List of site IDs to be queried. All sites will be selected if this field is not specified.public Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds
- The list of DDoS policy IDs to be specified. All policies will be selected if this field is not specified.public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- The attack type. Values:
public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType
- The protocol type. Values:
public Long getPort()
public void setPort(Long Port)
Port
- The port number.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Queries the top n rows of data. Top 10 rows of data will be queried if this field is not specified.public String getArea()
public void setArea(String Area)
Area
- Data storage region. Values:
Copyright © 2023. All rights reserved.