public class DescribeCurrentPlaylistRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeCurrentPlaylistRequest() |
DescribeCurrentPlaylistRequest(DescribeCurrentPlaylistRequest 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 |
|---|---|
Long |
getLimit()
Get The length of the returned playlist.
|
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 |
setLimit(Long Limit)
Set The length of the returned playlist.
|
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 DescribeCurrentPlaylistRequest()
public DescribeCurrentPlaylistRequest(DescribeCurrentPlaylistRequest source)
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..public String getRoundPlayId()
public void setRoundPlayId(String RoundPlayId)
RoundPlayId - The unique identifier of the playlist.public Long getLimit()
public void setLimit(Long Limit)
Limit - The length of the returned playlist. maximum is 10, default value is 5.Copyright © 2025. All rights reserved.