public class DescribeItemsResponse extends AbstractModel
Constructor and Description |
---|
DescribeItemsResponse() |
DescribeItemsResponse(DescribeItemsResponse 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 |
getHaveMore()
Get 剩余数量(total-offset-size),通过这个值判断是否
还有下一页
|
Item[] |
getItems()
Get Items 歌曲列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOffset()
Get 分页偏移量
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getSize()
Get 当前页歌曲数量
|
Long |
getTotal()
Get 总数据条数
|
void |
setHaveMore(Long HaveMore)
Set 剩余数量(total-offset-size),通过这个值判断是否
还有下一页
|
void |
setItems(Item[] Items)
Set Items 歌曲列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffset(Long Offset)
Set 分页偏移量
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSize(Long Size)
Set 当前页歌曲数量
|
void |
setTotal(Long Total)
Set 总数据条数
|
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 DescribeItemsResponse()
public DescribeItemsResponse(DescribeItemsResponse source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量public Long getSize()
public void setSize(Long Size)
Size
- 当前页歌曲数量public Long getTotal()
public void setTotal(Long Total)
Total
- 总数据条数public Long getHaveMore()
public void setHaveMore(Long HaveMore)
HaveMore
- 剩余数量(total-offset-size),通过这个值判断是否
还有下一页public Item[] getItems()
public void setItems(Item[] Items)
Items
- Items 歌曲列表
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.