public class DescribeStreamLiveTranscodeDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeStreamLiveTranscodeDetailRequest() |
DescribeStreamLiveTranscodeDetailRequest(DescribeStreamLiveTranscodeDetailRequest 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 |
getChannelId()
Get The channel ID (optional).
|
String |
getEndDayTime()
Get The query end time (UTC+8) in the format of yyyy-MM-dd.
|
Long |
getPageNum()
Get The number of pages.
|
Long |
getPageSize()
Get The number of records per page.
|
String |
getStartDayTime()
Get The query start time (UTC+8) in the format of yyyy-MM-dd.
|
void |
setChannelId(String ChannelId)
Set The channel ID (optional).
|
void |
setEndDayTime(String EndDayTime)
Set The query end time (UTC+8) in the format of yyyy-MM-dd.
|
void |
setPageNum(Long PageNum)
Set The number of pages.
|
void |
setPageSize(Long PageSize)
Set The number of records per page.
|
void |
setStartDayTime(String StartDayTime)
Set The query start time (UTC+8) in the format of yyyy-MM-dd.
|
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 DescribeStreamLiveTranscodeDetailRequest()
public DescribeStreamLiveTranscodeDetailRequest(DescribeStreamLiveTranscodeDetailRequest source)
public String getStartDayTime()
public void setStartDayTime(String StartDayTime)
StartDayTime
- The query start time (UTC+8) in the format of yyyy-MM-dd.
You can only query data in the last month (not including the current day).public String getEndDayTime()
public void setEndDayTime(String EndDayTime)
EndDayTime
- The query end time (UTC+8) in the format of yyyy-MM-dd.
You can only query data in the last month (not including the current day).public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- The channel ID (optional).public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- The number of pages. Default value: 1.
The value cannot exceed 100.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- The number of records per page. Default value: 10.
Value range: 1-1000.Copyright © 2023. All rights reserved.