public class CreateRoundPlayRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateRoundPlayRequest() | 
| CreateRoundPlayRequest(CreateRoundPlayRequest 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”表示不过期。默认值:9999-12-31T23:59:59+08:00。 | 
| String | getName()Get 轮播播单名称,长度限制:64 个字符。 | 
| String | getPlayBackMode()Get 播放模式,可选值:
Loop:循环播放播单;
Linear:单次播放,播单播放完停止播放。
默认值:Loop。 | 
| String | getRoundPlayId()Get 播单唯一标识 ID,长度限制为64个字符,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)和连字符(-)。如果存在相同 RoundPlayId 的播单,返回 InvalidParameterValue.RoundPlayAlreadyExists 错误。默认取值为空,表示由系统分配。 | 
| RoundPlayListItemInfo[] | getRoundPlaylist()Get 轮播列表。
数组长度限制:100。 | 
| String | getStartTime()Get 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。 | 
| 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”表示不过期。默认值:9999-12-31T23:59:59+08:00。 | 
| void | setName(String Name)Set 轮播播单名称,长度限制:64 个字符。 | 
| void | setPlayBackMode(String PlayBackMode)Set 播放模式,可选值:
Loop:循环播放播单;
Linear:单次播放,播单播放完停止播放。
默认值:Loop。 | 
| void | setRoundPlayId(String RoundPlayId)Set 播单唯一标识 ID,长度限制为64个字符,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)和连字符(-)。如果存在相同 RoundPlayId 的播单,返回 InvalidParameterValue.RoundPlayAlreadyExists 错误。默认取值为空,表示由系统分配。 | 
| void | setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)Set 轮播列表。
数组长度限制:100。 | 
| void | setStartTime(String StartTime)Set 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。 | 
| 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, toJsonStringpublic CreateRoundPlayRequest()
public CreateRoundPlayRequest(CreateRoundPlayRequest source)
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 Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。public String getName()
public void setName(String Name)
Name - 轮播播单名称,长度限制:64 个字符。public String getDesc()
public void setDesc(String Desc)
Desc - 轮播播单描述信息,长度限制:256 个字符。public String getPlayBackMode()
public void setPlayBackMode(String PlayBackMode)
PlayBackMode - 播放模式,可选值:
public String getRoundPlayId()
public void setRoundPlayId(String RoundPlayId)
RoundPlayId - 播单唯一标识 ID,长度限制为64个字符,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)和连字符(-)。如果存在相同 RoundPlayId 的播单,返回 InvalidParameterValue.RoundPlayAlreadyExists 错误。默认取值为空,表示由系统分配。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”表示不过期。默认值:9999-12-31T23:59:59+08:00。Copyright © 2025. All rights reserved.