public class DescribeDeliverBandwidthListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDeliverBandwidthListRequest() | 
| 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 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 © 2020. All rights reserved.