public class DescribeOverviewDDoSTrendRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeOverviewDDoSTrendRequest() |
DescribeOverviewDDoSTrendRequest(DescribeOverviewDDoSTrendRequest 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 |
getBusiness()
Get DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
|
String |
getEndTime()
Get 统计结束时间
|
String |
getId()
Get 资源实例ID
|
String[] |
getIpList()
Get 资源实例的IP列表
|
String |
getMetricName()
Get 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]
|
Long |
getPeriod()
Get 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
String |
getStartTime()
Get 统计开始时间
|
void |
setBusiness(String Business)
Set DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
|
void |
setEndTime(String EndTime)
Set 统计结束时间
|
void |
setId(String Id)
Set 资源实例ID
|
void |
setIpList(String[] IpList)
Set 资源实例的IP列表
|
void |
setMetricName(String MetricName)
Set 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]
|
void |
setPeriod(Long Period)
Set 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
void |
setStartTime(String StartTime)
Set 统计开始时间
|
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 DescribeOverviewDDoSTrendRequest()
public DescribeOverviewDDoSTrendRequest(DescribeOverviewDDoSTrendRequest source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- 统计粒度,取值[300(5分钟),3600(小时),86400(天)]public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 统计开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 统计结束时间public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]public String getBusiness()
public void setBusiness(String Business)
Business
- DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)public String[] getIpList()
public void setIpList(String[] IpList)
IpList
- 资源实例的IP列表public String getId()
public void setId(String Id)
Id
- 资源实例IDCopyright © 2023. All rights reserved.