public class DescribeItemsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeItemsRequest() | 
| DescribeItemsRequest(DescribeItemsRequest 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 | 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeItemsRequest()
public DescribeItemsRequest(DescribeItemsRequest source)
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 © 2025. All rights reserved.