public class AddDelayLiveStreamRequest extends AbstractModel
Constructor and Description |
---|
AddDelayLiveStreamRequest() |
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.
|
Long |
getDelayTime()
Get Delay time in seconds, up to 600s.
|
String |
getDomainName()
Get Push domain name.
|
String |
getExpireTime()
Get Expiration time of the configured delayed playback in UTC format, such as 2018-11-29T19:00:00Z.
|
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 |
setDelayTime(Long DelayTime)
Set Delay time in seconds, up to 600s.
|
void |
setDomainName(String DomainName)
Set Push domain name.
|
void |
setExpireTime(String ExpireTime)
Set Expiration time of the configured delayed playback in UTC format, such as 2018-11-29T19:00:00Z.
|
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, toJsonString
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.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Push domain name.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name.public Long getDelayTime()
public void setDelayTime(Long DelayTime)
DelayTime
- Delay time in seconds, up to 600s.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Expiration time of the configured delayed playback in UTC format, such as 2018-11-29T19:00:00Z.
Notes:
1. The configuration will expire after 7 days by default and can last up to 7 days.
2. The Beijing time is in UTC+8. This value should be in the format as required by ISO 8601. For more information, please see [ISO Date and Time Format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).Copyright © 2020. All rights reserved.