public class DescribeHttpStatusInfoListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeHttpStatusInfoListRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndTime()Get End time (Beijing time),
In the format of `yyyy-mm-dd HH:MM:SS`. | 
| String[] | getPlayDomains()Get Playback domain name list. | 
| String | getStartTime()Get Start time (Beijing time),
In the format of `yyyy-mm-dd HH:MM:SS`. | 
| void | setEndTime(String EndTime)Set End time (Beijing time),
In the format of `yyyy-mm-dd HH:MM:SS`. | 
| void | setPlayDomains(String[] PlayDomains)Set Playback domain name list. | 
| void | setStartTime(String StartTime)Set Start time (Beijing time),
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, toJsonStringpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time (Beijing time),
In the format of `yyyy-mm-dd HH:MM:SS`.
`StartTime` cannot be more than 3 months ago.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time (Beijing time),
In the format of `yyyy-mm-dd HH:MM:SS`.
Note: `EndTime` and `StartTime` only support querying data for the last day.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains - Playback domain name list.Copyright © 2020. All rights reserved.