public class DescribeKTVPlaylistDetailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeKTVPlaylistDetailRequest() |
DescribeKTVPlaylistDetailRequest(DescribeKTVPlaylistDetailRequest 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 分页返回的记录条数,默认值:50。将返回第 Offset 到第 Offset+Limit-1 条。
|
Long |
getOffset()
Get 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
|
String |
getPlaylistId()
Get 歌单Id
|
void |
setLimit(Long Limit)
Set 分页返回的记录条数,默认值:50。将返回第 Offset 到第 Offset+Limit-1 条。
|
void |
setOffset(Long Offset)
Set 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
|
void |
setPlaylistId(String PlaylistId)
Set 歌单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 DescribeKTVPlaylistDetailRequest()
public DescribeKTVPlaylistDetailRequest(DescribeKTVPlaylistDetailRequest source)
public String getPlaylistId()
public void setPlaylistId(String PlaylistId)
PlaylistId
- 歌单Idpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页返回的记录条数,默认值:50。将返回第 Offset 到第 Offset+Limit-1 条。Copyright © 2024. All rights reserved.