public class ModifyRoundPlayRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRoundPlayRequest() |
ModifyRoundPlayRequest(ModifyRoundPlayRequest 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 |
getDesc()
Get 轮播播单描述信息,长度限制:256 个字符。
|
String |
getExpiredTime()
Get 过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52),过期后将停止播放。“9999-12-31T23:59:59+08:00”表示不过期。
|
String |
getName()
Get 轮播播单名称,长度限制:64 个字符。
|
String |
getPlayBackMode()
Get 播放模式,可选值:
Loop:循环播放播单;
Linear:单次播放,播单播放完停止播放。
|
String |
getRoundPlayId()
Get 轮播播单唯一标识。
|
RoundPlayListItemInfo[] |
getRoundPlaylist()
Get 轮播列表。
数组长度限制:100。
|
String |
getStartTime()
Get 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
String |
getStatus()
Get 播放状态,可选值:Disabled:停止播放。Enabled:启播时长到达后启动播放。
|
Long |
getSubAppId()
Get 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。
|
void |
setDesc(String Desc)
Set 轮播播单描述信息,长度限制:256 个字符。
|
void |
setExpiredTime(String ExpiredTime)
Set 过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52),过期后将停止播放。“9999-12-31T23:59:59+08:00”表示不过期。
|
void |
setName(String Name)
Set 轮播播单名称,长度限制:64 个字符。
|
void |
setPlayBackMode(String PlayBackMode)
Set 播放模式,可选值:
Loop:循环播放播单;
Linear:单次播放,播单播放完停止播放。
|
void |
setRoundPlayId(String RoundPlayId)
Set 轮播播单唯一标识。
|
void |
setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
Set 轮播列表。
数组长度限制:100。
|
void |
setStartTime(String StartTime)
Set 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
void |
setStatus(String Status)
Set 播放状态,可选值:Disabled:停止播放。Enabled:启播时长到达后启动播放。
|
void |
setSubAppId(Long SubAppId)
Set 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。
|
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 ModifyRoundPlayRequest()
public ModifyRoundPlayRequest(ModifyRoundPlayRequest source)
public String getRoundPlayId()
public void setRoundPlayId(String RoundPlayId)
RoundPlayId
- 轮播播单唯一标识。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。public RoundPlayListItemInfo[] getRoundPlaylist()
public void setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
RoundPlaylist
- 轮播列表。
public String getName()
public void setName(String Name)
Name
- 轮播播单名称,长度限制:64 个字符。public String getDesc()
public void setDesc(String Desc)
Desc
- 轮播播单描述信息,长度限制:256 个字符。public String getStatus()
public void setStatus(String Status)
Status
- 播放状态,可选值:public String getPlayBackMode()
public void setPlayBackMode(String PlayBackMode)
PlayBackMode
- 播放模式,可选值:
public String getExpiredTime()
public void setExpiredTime(String ExpiredTime)
ExpiredTime
- 过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52),过期后将停止播放。“9999-12-31T23:59:59+08:00”表示不过期。Copyright © 2025. All rights reserved.