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 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.
|
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=).
|
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 |
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 |
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, toJsonStringpublic CreateRoundPlayRequest()
public CreateRoundPlayRequest(CreateRoundPlayRequest source)
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 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 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 getPlayBackMode()
public void setPlayBackMode(String PlayBackMode)
PlayBackMode - Play mode, optional values:
Copyright © 2024. All rights reserved.