public class DescribeStreamPushInfoListRequest extends AbstractModel
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 (UTC+8) in the format of “yyyy-mm-dd HH:MM:SS”.
|
String |
getPushDomain()
Get The push domain.
|
String |
getStartTime()
Get The start time (UTC+8) in the format of “yyyy-mm-dd HH:MM:SS”.
|
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 (UTC+8) in the format of “yyyy-mm-dd HH:MM:SS”.
|
void |
setPushDomain(String PushDomain)
Set The push domain.
|
void |
setStartTime(String StartTime)
Set The start time (UTC+8) in the format of “yyyy-mm-dd HH:MM:SS”.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 (UTC+8) in the format of “yyyy-mm-dd HH:MM:SS”.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time (UTC+8) in the format of “yyyy-mm-dd HH:MM:SS”. You can query data from the past seven days for a period of preferably not longer than three hours.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 © 2023. All rights reserved.