public class DescribeLiveTranscodeTotalInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeLiveTranscodeTotalInfoRequest() |
DescribeLiveTranscodeTotalInfoRequest(DescribeLiveTranscodeTotalInfoRequest 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 (Beijing time)
Format: yyyy-mm-dd HH:MM:SS
|
String |
getMainlandOrOversea()
Get Valid values:
`Mainland`: queries transcoding data in the Chinese mainland
`Oversea`: queries transcoding data outside the Chinese mainland
By default, the data both in and outside the Chinese mainland is queried.
|
String[] |
getPushDomains()
Get List of push domains to query.
|
String |
getStartTime()
Get Start time (Beijing time)
Format: yyyy-mm-dd HH:MM:SS
|
void |
setEndTime(String EndTime)
Set End time (Beijing time)
Format: yyyy-mm-dd HH:MM:SS
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Valid values:
`Mainland`: queries transcoding data in the Chinese mainland
`Oversea`: queries transcoding data outside the Chinese mainland
By default, the data both in and outside the Chinese mainland is queried.
|
void |
setPushDomains(String[] PushDomains)
Set List of push domains to query.
|
void |
setStartTime(String StartTime)
Set Start time (Beijing time)
Format: 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 DescribeLiveTranscodeTotalInfoRequest()
public DescribeLiveTranscodeTotalInfoRequest(DescribeLiveTranscodeTotalInfoRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time (Beijing time)
Format: yyyy-mm-dd HH:MM:SSpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time (Beijing time)
Format: yyyy-mm-dd HH:MM:SSpublic String[] getPushDomains()
public void setPushDomains(String[] PushDomains)
PushDomains
- List of push domains to query. If this parameter is left empty, the data of all domains is queried.
If this parameter is specified, the data returned will be on an hourly basis.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- Valid values:
`Mainland`: queries transcoding data in the Chinese mainland
`Oversea`: queries transcoding data outside the Chinese mainland
By default, the data both in and outside the Chinese mainland is queried.Copyright © 2023. All rights reserved.