public class DescribeStreamPushInfoListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStreamPushInfoListRequest() |
DescribeStreamPushInfoListRequest(DescribeStreamPushInfoListRequest 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 |
getAppName()
Get The push path, which should be the same as `AppName` in the push and playback URL.
|
String |
getEndTime()
Get The end time of the request, supports data query for the last seven days, the gap between the start time and the end time cannot exceed three hours.
|
String |
getPushDomain()
Get The push domain.
|
String |
getStartTime()
Get The start time of the request, supports data query for the last seven days, the gap between the start time and the end time cannot exceed three hours.
|
String |
getStreamName()
Get The stream name.
|
void |
setAppName(String AppName)
Set The push path, which should be the same as `AppName` in the push and playback URL.
|
void |
setEndTime(String EndTime)
Set The end time of the request, supports data query for the last seven days, the gap between the start time and the end time cannot exceed three hours.
|
void |
setPushDomain(String PushDomain)
Set The push domain.
|
void |
setStartTime(String StartTime)
Set The start time of the request, supports data query for the last seven days, the gap between the start time and the end time cannot exceed three hours.
|
void |
setStreamName(String StreamName)
Set The stream name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeStreamPushInfoListRequest()
public DescribeStreamPushInfoListRequest(DescribeStreamPushInfoListRequest source)
public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- The stream name.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time of the request, supports data query for the last seven days, the gap between the start time and the end time cannot exceed three hours. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time of the request, supports data query for the last seven days, the gap between the start time and the end time cannot exceed three hours. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String getPushDomain()
public void setPushDomain(String PushDomain)
PushDomain
- The push domain.public String getAppName()
public void setAppName(String AppName)
AppName
- The push path, which should be the same as `AppName` in the push and playback URL. The default value is `live`.Copyright © 2024. All rights reserved.