public class DescribeAreaBillBandwidthAndFluxListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAreaBillBandwidthAndFluxListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get End time point in the format of yyyy-mm-dd HH:MM:SS.
|
String[] |
getPlayDomains()
Get LVB playback domain name.
|
String |
getStartTime()
Get Start time point in the format of yyyy-mm-dd HH:MM:SS.
|
void |
setEndTime(String EndTime)
Set End time point in the format of yyyy-mm-dd HH:MM:SS.
|
void |
setPlayDomains(String[] PlayDomains)
Set LVB playback domain name.
|
void |
setStartTime(String StartTime)
Set Start time point in the format of yyyy-mm-dd HH:MM:SS.
|
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 DescribeAreaBillBandwidthAndFluxListRequest()
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time point in the format of yyyy-mm-dd HH:MM:SS.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time point in the format of yyyy-mm-dd HH:MM:SS. The difference between the start time and end time cannot be greater than 1 days.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- LVB playback domain name. If it is left blank, the full data will be queried.Copyright © 2021. All rights reserved.