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 |
getName()
Get The playlist name (not longer than 64 characters).
|
String |
getPlayBackMode()
Get Play mode, optional values:
Loop: Play the playlist in a loop;
Linear: Play once, stop playing after the playlist is played.
|
String |
getRoundPlayId()
Get The playlist ID, which is unique.
|
RoundPlayListItemInfo[] |
getRoundPlaylist()
Get The files on the list.
|
String |
getStartTime()
Get The playback start time, in [ISO 8601 date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
String |
getStatus()
Get Playback status, optional values:
Disabled: End playback, and the carousel task cannot be started again after the end.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setDesc(String Desc)
Set The playlist description (not longer than 256 characters).
|
void |
setName(String Name)
Set The playlist name (not longer than 64 characters).
|
void |
setPlayBackMode(String PlayBackMode)
Set Play mode, optional values:
Loop: Play the playlist in a loop;
Linear: Play once, stop playing after the playlist is played.
|
void |
setRoundPlayId(String RoundPlayId)
Set The playlist ID, which is unique.
|
void |
setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
Set The files on the list.
|
void |
setStartTime(String StartTime)
Set The playback start time, in [ISO 8601 date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
void |
setStatus(String Status)
Set Playback status, optional values:
Disabled: End playback, and the carousel task cannot be started again after the end.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyRoundPlayRequest()
public ModifyRoundPlayRequest(ModifyRoundPlayRequest source)
public String getRoundPlayId()
public void setRoundPlayId(String RoundPlayId)
RoundPlayId
- The playlist ID, which is unique.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The playback start time, in [ISO 8601 date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public RoundPlayListItemInfo[] getRoundPlaylist()
public void setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
RoundPlaylist
- The files on the 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:
Copyright © 2024. All rights reserved.