public class DescribeTranscodeTaskNumRequest extends AbstractModel
Constructor and Description |
---|
DescribeTranscodeTaskNumRequest() |
DescribeTranscodeTaskNumRequest(DescribeTranscodeTaskNumRequest 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 The end time in the format of yyyy-mm-dd HH:MM:SS.
|
String[] |
getPushDomains()
Get The push domains to query.
|
String |
getStartTime()
Get The start time in the format of yyyy-mm-dd HH:MM:SS.
|
void |
setEndTime(String EndTime)
Set The end time in the format of yyyy-mm-dd HH:MM:SS.
|
void |
setPushDomains(String[] PushDomains)
Set The push domains to query.
|
void |
setStartTime(String StartTime)
Set The 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 DescribeTranscodeTaskNumRequest()
public DescribeTranscodeTaskNumRequest(DescribeTranscodeTaskNumRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time in the format of yyyy-mm-dd HH:MM:SS.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time in the format of yyyy-mm-dd HH:MM:SS.public String[] getPushDomains()
public void setPushDomains(String[] PushDomains)
PushDomains
- The push domains to query. If you do not pass a value, all push domains will be queried.Copyright © 2023. All rights reserved.