public class DescribeDeliverBandwidthListRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeliverBandwidthListRequest() |
DescribeDeliverBandwidthListRequest(DescribeDeliverBandwidthListRequest 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 |
getEndTime()
Get 结束时间,格式为%Y-%m-%d %H:%M:%S,支持最近三个月的数据查询,时间跨度最大是1个月。
|
String |
getStartTime()
Get 起始时间,格式为%Y-%m-%d %H:%M:%S。
|
void |
setEndTime(String EndTime)
Set 结束时间,格式为%Y-%m-%d %H:%M:%S,支持最近三个月的数据查询,时间跨度最大是1个月。
|
void |
setStartTime(String StartTime)
Set 起始时间,格式为%Y-%m-%d %H:%M:%S。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDeliverBandwidthListRequest()
public DescribeDeliverBandwidthListRequest(DescribeDeliverBandwidthListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间,格式为%Y-%m-%d %H:%M:%S。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,格式为%Y-%m-%d %H:%M:%S,支持最近三个月的数据查询,时间跨度最大是1个月。Copyright © 2021. All rights reserved.