public class DescribeStreamDayPlayInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeStreamDayPlayInfoListRequest() |
DescribeStreamDayPlayInfoListRequest(DescribeStreamDayPlayInfoListRequest 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 |
getDayTime()
Get Date in the format of YYYY-mm-dd
Data is available at 3am Beijing Time the next day.
|
String |
getMainlandOrOversea()
Get Valid values:
Mainland: query data for Mainland China,
Oversea: query data for regions outside Mainland China,
Default: query data for all regions.
|
Long |
getPageNum()
Get Page number.
|
Long |
getPageSize()
Get Number of entries per page.
|
String |
getPlayDomain()
Get Playback domain name.
|
String |
getServiceName()
Get Service name.
|
void |
setDayTime(String DayTime)
Set Date in the format of YYYY-mm-dd
Data is available at 3am Beijing Time the next day.
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Valid values:
Mainland: query data for Mainland China,
Oversea: query data for regions outside Mainland China,
Default: query data for all regions.
|
void |
setPageNum(Long PageNum)
Set Page number.
|
void |
setPageSize(Long PageSize)
Set Number of entries per page.
|
void |
setPlayDomain(String PlayDomain)
Set Playback domain name.
|
void |
setServiceName(String ServiceName)
Set Service name.
|
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 DescribeStreamDayPlayInfoListRequest()
public DescribeStreamDayPlayInfoListRequest(DescribeStreamDayPlayInfoListRequest source)
public String getDayTime()
public void setDayTime(String DayTime)
DayTime
- Date in the format of YYYY-mm-dd
Data is available at 3am Beijing Time the next day. You are recommended to query the latest data after this time point. Data in the last 3 months can be queried.public String getPlayDomain()
public void setPlayDomain(String PlayDomain)
PlayDomain
- Playback domain name.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- Page number. Value range: [1,1000]. Default value: 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of entries per page. Value range: [100,1000]. Default value: 1,000.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- Valid values:
Mainland: query data for Mainland China,
Oversea: query data for regions outside Mainland China,
Default: query data for all regions.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service name. Valid values: LVB, LEB. If this parameter is left empty, all data of LVB and LEB will be queried.Copyright © 2021. All rights reserved.