public class DescribeGroupProIspPlayInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeGroupProIspPlayInfoListRequest() |
DescribeGroupProIspPlayInfoListRequest(DescribeGroupProIspPlayInfoListRequest 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 point in the format of `yyyy-mm-dd HH:MM:SS`
The time span is (0,3 hours].
|
String[] |
getIspNames()
Get ISP list.
|
String |
getMainlandOrOversea()
Get Within or outside Mainland China.
|
String[] |
getPlayDomains()
Get Playback domain name.
|
String[] |
getProvinceNames()
Get District list.
|
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`
The time span is (0,3 hours].
|
void |
setIspNames(String[] IspNames)
Set ISP list.
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Within or outside Mainland China.
|
void |
setPlayDomains(String[] PlayDomains)
Set Playback domain name.
|
void |
setProvinceNames(String[] ProvinceNames)
Set District list.
|
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 DescribeGroupProIspPlayInfoListRequest()
public DescribeGroupProIspPlayInfoListRequest(DescribeGroupProIspPlayInfoListRequest source)
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 time span is (0,3 hours]. Data for the last month can be queried.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- Playback domain name. If this parameter is left empty, full data will be queried.public String[] getProvinceNames()
public void setProvinceNames(String[] ProvinceNames)
ProvinceNames
- District list. If this parameter is left empty, data for all districts will be returned.public String[] getIspNames()
public void setIspNames(String[] IspNames)
IspNames
- ISP list. If this parameter is left empty, data of all ISPs will be returned.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- Within or outside Mainland China. Valid values: Mainland (data for Mainland China), Oversea (data for regions outside Mainland China). If this parameter is left empty, data for all regions will be queried.Copyright © 2021. All rights reserved.