Class DescribeItemsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.DescribeItemsRequest
-
public class DescribeItemsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategoryCode()Get (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。StringgetCategoryId()Get (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。LonggetLimit()Get 条数,必须大于0,最大值为30LonggetOffset()Get offset (Default = 0),(当前页-1) * LimitvoidsetCategoryCode(String CategoryCode)Set (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。voidsetCategoryId(String CategoryId)Set (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。voidsetLimit(Long Limit)Set 条数,必须大于0,最大值为30voidsetOffset(Long Offset)Set offset (Default = 0),(当前页-1) * LimitvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeItemsRequest
public DescribeItemsRequest()
-
DescribeItemsRequest
public 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.
-
-
Method Detail
-
getOffset
public Long getOffset()
Get offset (Default = 0),(当前页-1) * Limit- Returns:
- Offset offset (Default = 0),(当前页-1) * Limit
-
setOffset
public void setOffset(Long Offset)
Set offset (Default = 0),(当前页-1) * Limit- Parameters:
Offset- offset (Default = 0),(当前页-1) * Limit
-
getLimit
public Long getLimit()
Get 条数,必须大于0,最大值为30- Returns:
- Limit 条数,必须大于0,最大值为30
-
setLimit
public void setLimit(Long Limit)
Set 条数,必须大于0,最大值为30- Parameters:
Limit- 条数,必须大于0,最大值为30
-
getCategoryId
public String getCategoryId()
Get (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。- Returns:
- CategoryId (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
-
setCategoryId
public void setCategoryId(String CategoryId)
Set (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。- Parameters:
CategoryId- (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
-
getCategoryCode
public String getCategoryCode()
Get (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。- Returns:
- CategoryCode (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
-
setCategoryCode
public void setCategoryCode(String CategoryCode)
Set (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。- Parameters:
CategoryCode- (电台/歌单)ID,CategoryId和CategoryCode两个必传1个,可以从获取分类内容(Station)列表接口中获取。
-
-