public class DelayInfo extends AbstractModel
Constructor and Description |
---|
DelayInfo() |
DelayInfo(DelayInfo 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 Push path, which is the same as the
`AppName` in push and playback addresses and is `live` by default.
|
String |
getCreateTime()
Get Creation time in UTC time.
|
Long |
getDelayInterval()
Get Delay time in seconds.
|
String |
getDomainName()
Get Push domain name.
|
String |
getExpireTime()
Get Expiration time in UTC time.
|
Long |
getStatus()
Get Current status:
-1: expired.
|
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 |
setCreateTime(String CreateTime)
Set Creation time in UTC time.
|
void |
setDelayInterval(Long DelayInterval)
Set Delay time in seconds.
|
void |
setDomainName(String DomainName)
Set Push domain name.
|
void |
setExpireTime(String ExpireTime)
Set Expiration time in UTC time.
|
void |
setStatus(Long Status)
Set Current status:
-1: expired.
|
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 DelayInfo()
public DelayInfo(DelayInfo source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- 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.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name.public Long getDelayInterval()
public void setDelayInterval(Long DelayInterval)
DelayInterval
- Delay time in seconds.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time in UTC time.
Note: the difference between UTC time and Beijing time is 8 hours.
Example: 2019-06-18T12:00:00Z (i.e., June 18, 2019 20:00:00 Beijing time).public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Expiration time in UTC time.
Note: the difference between UTC time and Beijing time is 8 hours.
Example: 2019-06-18T12:00:00Z (i.e., June 18, 2019 20:00:00 Beijing time).public Long getStatus()
public void setStatus(Long Status)
Status
- Current status:
-1: expired.
1: in effect.Copyright © 2023. All rights reserved.