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 The playlist description (not longer than 256 characters).
|
String |
getExpiredTime()
Get Expiration time, in iso 8601 format.
|
String |
getName()
Get The playlist name (not longer than 64 characters).
|
String |
getPlayBackMode()
Get Play mode, optional values:.
|
String |
getRoundPlayId()
Get The unique identifier of the playlist.
|
RoundPlayListItemInfo[] |
getRoundPlaylist()
Get The program list.
|
String |
getStartTime()
Get The playback start time, in [iso 8601 date format](https://www.tencentcloud.com/document/product/266/11732?has_map=2#iso-date-format).
|
String |
getStatus()
Get Playback status, optional values:disabled: stop playback.enabled: start playback after the duration has elapsed..
|
Long |
getSubAppId()
Get VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) id.
|
void |
setDesc(String Desc)
Set The playlist description (not longer than 256 characters).
|
void |
setExpiredTime(String ExpiredTime)
Set Expiration time, in iso 8601 format.
|
void |
setName(String Name)
Set The playlist name (not longer than 64 characters).
|
void |
setPlayBackMode(String PlayBackMode)
Set Play mode, optional values:.
|
void |
setRoundPlayId(String RoundPlayId)
Set The unique identifier of the playlist.
|
void |
setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
Set The program list.
|
void |
setStartTime(String StartTime)
Set The playback start time, in [iso 8601 date format](https://www.tencentcloud.com/document/product/266/11732?has_map=2#iso-date-format).
|
void |
setStatus(String Status)
Set Playback status, optional values:disabled: stop playback.enabled: start playback after the duration has elapsed..
|
void |
setSubAppId(Long SubAppId)
Set VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) 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 ModifyRoundPlayRequest()
public ModifyRoundPlayRequest(ModifyRoundPlayRequest source)
public String getRoundPlayId()
public void setRoundPlayId(String RoundPlayId)
RoundPlayId - The unique identifier of the playlist.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) id. starting from december 25, 2023, for customers who enable vod, if you want to access resources in the vod application (whether it is the default application or a newly created application), you must enter the application id in this field..public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The playback start time, in [iso 8601 date format](https://www.tencentcloud.com/document/product/266/11732?has_map=2#iso-date-format).public RoundPlayListItemInfo[] getRoundPlaylist()
public void setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
RoundPlaylist - The program list.
public String getName()
public void setName(String Name)
Name - The playlist name (not longer than 64 characters).public String getDesc()
public void setDesc(String Desc)
Desc - The playlist description (not longer than 256 characters).public String getStatus()
public void setStatus(String Status)
Status - Playback status, optional values:public String getPlayBackMode()
public void setPlayBackMode(String PlayBackMode)
PlayBackMode - Play mode, optional values:.
public String getExpiredTime()
public void setExpiredTime(String ExpiredTime)
ExpiredTime - Expiration time, in iso 8601 format. for details, see [iso date format](https://www.tencentcloud.com/document/product/266/11732?has_map=2#iso-date-format). the playback will stop after expiration. "9999-12-31t23:59:59+08:00" means no expiration.Copyright © 2025. All rights reserved.