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 返回的播放列表的长度。最大10,默认值为5。
|
String |
getRoundPlayId()
Get 轮播播单唯一标识。
|
Long |
getSubAppId()
Get 点播[应用](/document/product/266/14574) ID。
|
void |
setLimit(Long Limit)
Set 返回的播放列表的长度。最大10,默认值为5。
|
void |
setRoundPlayId(String RoundPlayId)
Set 轮播播单唯一标识。
|
void |
setSubAppId(Long SubAppId)
Set 点播[应用](/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, toJsonString
public DescribeCurrentPlaylistRequest()
public DescribeCurrentPlaylistRequest(DescribeCurrentPlaylistRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[应用](/document/product/266/14574) ID。public String getRoundPlayId()
public void setRoundPlayId(String RoundPlayId)
RoundPlayId
- 轮播播单唯一标识。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回的播放列表的长度。最大10,默认值为5。Copyright © 2024. All rights reserved.