public class GetTrustDeviceListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
currentPage |
List<GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData> |
data
This parameter is required.
|
Long |
pageSize |
Long |
total |
| 构造器和说明 |
|---|
GetTrustDeviceListResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTrustDeviceListResponseBody |
build(Map<String,?> map) |
Long |
getCurrentPage() |
List<GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData> |
getData() |
Long |
getPageSize() |
Long |
getTotal() |
GetTrustDeviceListResponseBody |
setCurrentPage(Long currentPage) |
GetTrustDeviceListResponseBody |
setData(List<GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData> data) |
GetTrustDeviceListResponseBody |
setPageSize(Long pageSize) |
GetTrustDeviceListResponseBody |
setTotal(Long total) |
@NameInMap(value="currentPage") public Long currentPage
@NameInMap(value="data") public List<GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData> data
This parameter is required.
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="total") public Long total
public static GetTrustDeviceListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetTrustDeviceListResponseBody setCurrentPage(Long currentPage)
public Long getCurrentPage()
public GetTrustDeviceListResponseBody setData(List<GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData> data)
public List<GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData> getData()
public GetTrustDeviceListResponseBody setPageSize(Long pageSize)
public Long getPageSize()
public GetTrustDeviceListResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2025. All rights reserved.