public class DescribeFlowTrendRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeFlowTrendRequest() |
DescribeFlowTrendRequest(DescribeFlowTrendRequest 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 |
getDomain()
Get 需要获取流量趋势的域名, all表示所有域名
|
Long |
getEndTs()
Get 结束时间戳,精度秒
|
Long |
getStartTs()
Get 起始时间戳,精度秒
|
void |
setDomain(String Domain)
Set 需要获取流量趋势的域名, all表示所有域名
|
void |
setEndTs(Long EndTs)
Set 结束时间戳,精度秒
|
void |
setStartTs(Long StartTs)
Set 起始时间戳,精度秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeFlowTrendRequest()
public DescribeFlowTrendRequest(DescribeFlowTrendRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 需要获取流量趋势的域名, all表示所有域名public Long getStartTs()
public void setStartTs(Long StartTs)
StartTs
- 起始时间戳,精度秒public Long getEndTs()
public void setEndTs(Long EndTs)
EndTs
- 结束时间戳,精度秒Copyright © 2024. All rights reserved.