public class DescribeBgpBizTrendRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBgpBizTrendRequest() |
DescribeBgpBizTrendRequest(DescribeBgpBizTrendRequest 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 Anti-DDoS service code.
|
String |
getEndTime()
Get End of the time range for the query, such as `2020-09-22 00:00:00`.
|
Long |
getFlag()
Get `0`: Fixed time.
|
String |
getInstanceId()
Get Instance ID
|
String |
getMetricName()
Get Statistical metric.
|
String |
getStartTime()
Get Beginning of the time range for the query, such as `2020-09-22 00:00:00`.
|
void |
setBusiness(String Business)
Set Anti-DDoS service code.
|
void |
setEndTime(String EndTime)
Set End of the time range for the query, such as `2020-09-22 00:00:00`.
|
void |
setFlag(Long Flag)
Set `0`: Fixed time.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setMetricName(String MetricName)
Set Statistical metric.
|
void |
setStartTime(String StartTime)
Set Beginning of the time range for the query, such as `2020-09-22 00:00:00`.
|
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 DescribeBgpBizTrendRequest()
public DescribeBgpBizTrendRequest(DescribeBgpBizTrendRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service code. `bgp-multip` indicates Anti-DDos Pro.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Beginning of the time range for the query, such as `2020-09-22 00:00:00`.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End of the time range for the query, such as `2020-09-22 00:00:00`.public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Statistical metric. Values: `intraffic`, `outtraffic`, `inpkg`, and `outpkg`.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic Long getFlag()
public void setFlag(Long Flag)
Flag
- `0`: Fixed time. `1`: Custom time.Copyright © 2024. All rights reserved.