Class DelayInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DelayInfo
-
public class DelayInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppName()Get 推流路径,与推流和播放地址中的 AppName 保持一致,默认为 live。StringgetCreateTime()Get 创建时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。LonggetDelayInterval()Get 延播时间,单位:秒。StringgetDomainName()Get 推流域名。StringgetExpireTime()Get 过期时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。LonggetStatus()Get 当前状态: -1:已过期。 1: 生效中。StringgetStreamName()Get 流名称。voidsetAppName(String AppName)Set 推流路径,与推流和播放地址中的 AppName 保持一致,默认为 live。voidsetCreateTime(String CreateTime)Set 创建时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。voidsetDelayInterval(Long DelayInterval)Set 延播时间,单位:秒。voidsetDomainName(String DomainName)Set 推流域名。voidsetExpireTime(String ExpireTime)Set 过期时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。voidsetStatus(Long Status)Set 当前状态: -1:已过期。 1: 生效中。voidsetStreamName(String StreamName)Set 流名称。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DelayInfo
public DelayInfo()
-
DelayInfo
public 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.
-
-
Method Detail
-
getDomainName
public String getDomainName()
Get 推流域名。- Returns:
- DomainName 推流域名。
-
setDomainName
public void setDomainName(String DomainName)
Set 推流域名。- Parameters:
DomainName- 推流域名。
-
getAppName
public String getAppName()
Get 推流路径,与推流和播放地址中的 AppName 保持一致,默认为 live。- Returns:
- AppName 推流路径,与推流和播放地址中的 AppName 保持一致,默认为 live。
-
setAppName
public void setAppName(String AppName)
Set 推流路径,与推流和播放地址中的 AppName 保持一致,默认为 live。- Parameters:
AppName- 推流路径,与推流和播放地址中的 AppName 保持一致,默认为 live。
-
getStreamName
public String getStreamName()
Get 流名称。- Returns:
- StreamName 流名称。
-
setStreamName
public void setStreamName(String StreamName)
Set 流名称。- Parameters:
StreamName- 流名称。
-
getDelayInterval
public Long getDelayInterval()
Get 延播时间,单位:秒。- Returns:
- DelayInterval 延播时间,单位:秒。
-
setDelayInterval
public void setDelayInterval(Long DelayInterval)
Set 延播时间,单位:秒。- Parameters:
DelayInterval- 延播时间,单位:秒。
-
getCreateTime
public String getCreateTime()
Get 创建时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。- Returns:
- CreateTime 创建时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。- Parameters:
CreateTime- 创建时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
-
getExpireTime
public String getExpireTime()
Get 过期时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。- Returns:
- ExpireTime 过期时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
-
setExpireTime
public void setExpireTime(String ExpireTime)
Set 过期时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。- Parameters:
ExpireTime- 过期时间,UTC 时间。 注意:UTC时间和北京时间相差8小时。 例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。
-
getStatus
public Long getStatus()
Get 当前状态: -1:已过期。 1: 生效中。- Returns:
- Status 当前状态: -1:已过期。 1: 生效中。
-
setStatus
public void setStatus(Long Status)
Set 当前状态: -1:已过期。 1: 生效中。- Parameters:
Status- 当前状态: -1:已过期。 1: 生效中。
-
-