public class ListBacnetGatewayResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
ListBacnetGatewayResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNo() |
int |
getPageSize() |
List<BacnetGateway> |
getResult() |
int |
getTotalCount() |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setResult(List<BacnetGateway> result) |
void |
setTotalCount(int totalCount) |
getMetadatapublic List<BacnetGateway> getResult()
public void setResult(List<BacnetGateway> result)
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.