public class DescribeStreamPushInfoListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeStreamPushInfoListRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppName()Get Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default. | 
| String | getEndTime()Get End time point in the format of `yyyy-mm-dd HH:MM:SS`. | 
| String | getPushDomain()Get Push domain name. | 
| String | getStartTime()Get Start time point in the format of `yyyy-mm-dd HH:MM:SS`. | 
| String | getStreamName()Get Stream name. | 
| void | setAppName(String AppName)Set Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default. | 
| void | setEndTime(String EndTime)Set End time point in the format of `yyyy-mm-dd HH:MM:SS`. | 
| void | setPushDomain(String PushDomain)Set Push domain name. | 
| void | setStartTime(String StartTime)Set Start time point in the format of `yyyy-mm-dd HH:MM:SS`. | 
| void | setStreamName(String StreamName)Set 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, toJsonStringpublic String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time point in the format of `yyyy-mm-dd HH:MM:SS`.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time point in the format of `yyyy-mm-dd HH:MM:SS`. The maximum time span is 6 hours. Data for the last 6 days can be queried.public String getPushDomain()
public void setPushDomain(String PushDomain)
PushDomain - Push domain name.public String getAppName()
public void setAppName(String AppName)
AppName - Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default.Copyright © 2020. All rights reserved.