public class QueryDeviceResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryDeviceResponse.Device |
metadata| Constructor and Description |
|---|
QueryDeviceResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryDeviceResponse.Device> |
getData() |
int |
getPageNo() |
int |
getPageSize() |
int |
getTotalCount() |
void |
setData(List<QueryDeviceResponse.Device> data) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setTotalCount(int totalCount) |
getMetadatapublic List<QueryDeviceResponse.Device> getData()
public void setData(List<QueryDeviceResponse.Device> data)
public int getTotalCount()
public void setTotalCount(int totalCount)
public int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
Copyright © 2024. All rights reserved.