public class DeleteRoundPlayRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DeleteRoundPlayRequest() |
DeleteRoundPlayRequest(DeleteRoundPlayRequest 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 |
getRoundPlayId()
Get The unique identifier of the playlist.
|
Long |
getSubAppId()
Get VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) id.
|
void |
setRoundPlayId(String RoundPlayId)
Set The unique identifier of the playlist.
|
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 DeleteRoundPlayRequest()
public DeleteRoundPlayRequest(DeleteRoundPlayRequest 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, 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..Copyright © 2025. All rights reserved.