public class DelayInfo extends AbstractModel
header, skipSign
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 推流路径,与推流和播放地址中的
AppName 保持一致,默认为 live。
|
String |
getCreateTime()
Get 创建时间,UTC 时间。
注意:UTC时间和北京时间相差8小时。
例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
|
Long |
getDelayInterval()
Get 延播时间,单位:秒。
|
String |
getDomainName()
Get 推流域名。
|
String |
getExpireTime()
Get 过期时间,UTC 时间。
注意:UTC时间和北京时间相差8小时。
例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
|
Long |
getStatus()
Get 当前状态:
-1:已过期。
1: 生效中。
|
String |
getStreamName()
Get 流名称。
|
void |
setAppName(String AppName)
Set 推流路径,与推流和播放地址中的
AppName 保持一致,默认为 live。
|
void |
setCreateTime(String CreateTime)
Set 创建时间,UTC 时间。
注意:UTC时间和北京时间相差8小时。
例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
|
void |
setDelayInterval(Long DelayInterval)
Set 延播时间,单位:秒。
|
void |
setDomainName(String DomainName)
Set 推流域名。
|
void |
setExpireTime(String ExpireTime)
Set 过期时间,UTC 时间。
注意:UTC时间和北京时间相差8小时。
例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
|
void |
setStatus(Long Status)
Set 当前状态:
-1:已过期。
1: 生效中。
|
void |
setStreamName(String StreamName)
Set 流名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DelayInfo()
public DelayInfo(DelayInfo source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- 推流域名。public String getAppName()
public void setAppName(String AppName)
AppName
- 推流路径,与推流和播放地址中的
AppName 保持一致,默认为 live。public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- 流名称。public Long getDelayInterval()
public void setDelayInterval(Long DelayInterval)
DelayInterval
- 延播时间,单位:秒。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间,UTC 时间。
注意:UTC时间和北京时间相差8小时。
例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- 过期时间,UTC 时间。
注意:UTC时间和北京时间相差8小时。
例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。public Long getStatus()
public void setStatus(Long Status)
Status
- 当前状态:
-1:已过期。
1: 生效中。Copyright © 2024. All rights reserved.