public class ModifyRoundPlayRequest extends AbstractModel
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 |
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=).
|
Long |
getSubAppId()
Get The 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 |
setName(String Name)
Set The playlist name (not longer than 64 characters).
|
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 |
setSubAppId(Long SubAppId)
Set The 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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.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).Copyright © 2023. All rights reserved.