public class HandleCurrentPlaylistRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
HandleCurrentPlaylistRequest() |
HandleCurrentPlaylistRequest(HandleCurrentPlaylistRequest 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 |
getItemId()
Get Playlist program id.
|
String |
getOperation()
Get Operation type, available options:insert: insert program into the current playlist. inserttemporary: temporarily insert program into the current playlist.
|
String |
getRoundPlayId()
Get The unique identifier of the playlist.
|
RoundPlayListItemInfo[] |
getRoundPlaylist()
Get Program list.
|
Long |
getSubAppId()
Get VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574) id..
|
void |
setItemId(String ItemId)
Set Playlist program id.
|
void |
setOperation(String Operation)
Set Operation type, available options:insert: insert program into the current playlist. inserttemporary: temporarily insert program into the current playlist.
|
void |
setRoundPlayId(String RoundPlayId)
Set The unique identifier of the playlist.
|
void |
setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
Set Program list.
|
void |
setSubAppId(Long SubAppId)
Set VOD [subapplication](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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HandleCurrentPlaylistRequest()
public HandleCurrentPlaylistRequest(HandleCurrentPlaylistRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574) id..public String getRoundPlayId()
public void setRoundPlayId(String RoundPlayId)
RoundPlayId - The unique identifier of the playlist.public String getOperation()
public void setOperation(String Operation)
Operation - Operation type, available options:public String getItemId()
public void setItemId(String ItemId)
ItemId - Playlist program id. required when operation is insert, indicating the program list will be inserted after this program. the insertion position must be after the currently playing program.public RoundPlayListItemInfo[] getRoundPlaylist()
public void setRoundPlaylist(RoundPlayListItemInfo[] RoundPlaylist)
RoundPlaylist - Program list. required when operation is insert, inserttemporary, delete, indicating the list of programs to be operated on. the list length can be up to a maximum of 10.Copyright © 2025. All rights reserved.