public class DeviceShadowRes extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceShadowRes() | 
| DeviceShadowRes(DeviceShadowRes 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 | getPageNumber()Get 第几页 | 
| Long | getPageSize()Get 每页条数 | 
| DeviceShadowInfo[] | getSet()Get 设备影子列表 | 
| Long | getTotalPage()Get 总页数 | 
| Long | getTotalRow()Get 总条数 | 
| void | setPageNumber(Long PageNumber)Set 第几页 | 
| void | setPageSize(Long PageSize)Set 每页条数 | 
| void | setSet(DeviceShadowInfo[] Set)Set 设备影子列表 | 
| void | setTotalPage(Long TotalPage)Set 总页数 | 
| void | setTotalRow(Long TotalRow)Set 总条数 | 
| 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 DeviceShadowRes()
public DeviceShadowRes(DeviceShadowRes source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 第几页public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页条数public Long getTotalPage()
public void setTotalPage(Long TotalPage)
TotalPage - 总页数public Long getTotalRow()
public void setTotalRow(Long TotalRow)
TotalRow - 总条数public DeviceShadowInfo[] getSet()
public void setSet(DeviceShadowInfo[] Set)
Set - 设备影子列表Copyright © 2025. All rights reserved.