public class DescribeDevicesPageRsp extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDevicesPageRsp() |
DescribeDevicesPageRsp(DescribeDevicesPageRsp 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 |
---|---|
DeviceDetail[] |
getItems()
Get 业务响应数据
注意:此字段可能返回 null,表示取不到有效值。
|
Paging |
getPaging()
Get 数据分页信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setItems(DeviceDetail[] Items)
Set 业务响应数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPaging(Paging Paging)
Set 数据分页信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 DescribeDevicesPageRsp()
public DescribeDevicesPageRsp(DescribeDevicesPageRsp source)
public Paging getPaging()
public void setPaging(Paging Paging)
Paging
- 数据分页信息
注意:此字段可能返回 null,表示取不到有效值。public DeviceDetail[] getItems()
public void setItems(DeviceDetail[] Items)
Items
- 业务响应数据
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.