public class DescribeConcurrentRecordStreamNumRequest extends AbstractModel
Constructor and Description |
---|
DescribeConcurrentRecordStreamNumRequest() |
DescribeConcurrentRecordStreamNumRequest(DescribeConcurrentRecordStreamNumRequest 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 in the format of `yyyy-mm-dd HH:MM:SS`.
|
String |
getLiveType()
Get Live streaming type.
|
String |
getMainlandOrOversea()
Get Valid values: Mainland (data for Mainland China), Oversea (data for regions outside Mainland China).
|
String[] |
getPushDomains()
Get Playback domain name list.
|
String |
getStartTime()
Get Start time in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setEndTime(String EndTime)
Set End time in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setLiveType(String LiveType)
Set Live streaming type.
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Valid values: Mainland (data for Mainland China), Oversea (data for regions outside Mainland China).
|
void |
setPushDomains(String[] PushDomains)
Set Playback domain name list.
|
void |
setStartTime(String StartTime)
Set Start 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, toJsonString
public DescribeConcurrentRecordStreamNumRequest()
public DescribeConcurrentRecordStreamNumRequest(DescribeConcurrentRecordStreamNumRequest source)
public String getLiveType()
public void setLiveType(String LiveType)
LiveType
- Live streaming type. SlowLive: LCB.
NormalLive: LVB.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time in the format of `yyyy-mm-dd HH:MM:SS`.
Data for the last 180 days can be queried.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in the format of `yyyy-mm-dd HH:MM:SS`.
The maximum time span supported is 31 days.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- 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.public String[] getPushDomains()
public void setPushDomains(String[] PushDomains)
PushDomains
- Playback domain name list. If this parameter is left empty, full data will be queried.Copyright © 2023. All rights reserved.