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 End time in the format of "%Y-%m-%d %H:%M:%S". | 
| String | getStartTime()Get Start time in the format of "%Y-%m-%d %H:%M:%S". | 
| void | setEndTime(String EndTime)Set End time in the format of "%Y-%m-%d %H:%M:%S". | 
| void | setStartTime(String StartTime)Set Start time in the format of "%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, toJsonStringpublic DescribeDeliverBandwidthListRequest()
public DescribeDeliverBandwidthListRequest(DescribeDeliverBandwidthListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time in the format of "%Y-%m-%d %H:%M:%S".public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time in the format of "%Y-%m-%d %H:%M:%S". Data in the last 3 months can be queried, and the query period is up to 1 month.Copyright © 2022. All rights reserved.