Class DescribeFlowTrendRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeFlowTrendRequest
-
public class DescribeFlowTrendRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()Get 需要获取流量趋势的域名, all表示所有域名LonggetEndTs()Get 结束时间戳,精度秒LonggetStartTs()Get 起始时间戳,精度秒voidsetDomain(String Domain)Set 需要获取流量趋势的域名, all表示所有域名voidsetEndTs(Long EndTs)Set 结束时间戳,精度秒voidsetStartTs(Long StartTs)Set 起始时间戳,精度秒voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeFlowTrendRequest
public DescribeFlowTrendRequest()
-
DescribeFlowTrendRequest
public 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.
-
-
Method Detail
-
getDomain
public String getDomain()
Get 需要获取流量趋势的域名, all表示所有域名- Returns:
- Domain 需要获取流量趋势的域名, all表示所有域名
-
setDomain
public void setDomain(String Domain)
Set 需要获取流量趋势的域名, all表示所有域名- Parameters:
Domain- 需要获取流量趋势的域名, all表示所有域名
-
getStartTs
public Long getStartTs()
Get 起始时间戳,精度秒- Returns:
- StartTs 起始时间戳,精度秒
-
setStartTs
public void setStartTs(Long StartTs)
Set 起始时间戳,精度秒- Parameters:
StartTs- 起始时间戳,精度秒
-
getEndTs
public Long getEndTs()
Get 结束时间戳,精度秒- Returns:
- EndTs 结束时间戳,精度秒
-
setEndTs
public void setEndTs(Long EndTs)
Set 结束时间戳,精度秒- Parameters:
EndTs- 结束时间戳,精度秒
-
-