public class DescribeItemsRequest extends AbstractModel
Constructor and Description |
---|
DescribeItemsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCategoryCode()
Get (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
|
String |
getCategoryId()
Get (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
|
Long |
getLimit()
Get 条数,必须大于0,最大值为30
|
Long |
getOffset()
Get offset (Default = 0),(当前页-1) * Limit
|
void |
setCategoryCode(String CategoryCode)
Set (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
|
void |
setCategoryId(String CategoryId)
Set (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
|
void |
setLimit(Long Limit)
Set 条数,必须大于0,最大值为30
|
void |
setOffset(Long Offset)
Set offset (Default = 0),(当前页-1) * Limit
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getOffset()
public void setOffset(Long Offset)
Offset
- offset (Default = 0),(当前页-1) * Limitpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 条数,必须大于0,最大值为30public String getCategoryId()
public void setCategoryId(String CategoryId)
CategoryId
- (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。public String getCategoryCode()
public void setCategoryCode(String CategoryCode)
CategoryCode
- (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。Copyright © 2020. All rights reserved.