com.baidubce.services.bacnet.model
Class ListBacnetDeviceResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.bacnet.model.ListBacnetDeviceResponse
- All Implemented Interfaces:
- Serializable
public class ListBacnetDeviceResponse
- extends AbstractBceResponse
Created by yuanyoujun on 2017/10/18.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBacnetDeviceResponse
public ListBacnetDeviceResponse()
getResult
public List<BacnetDevice> getResult()
setResult
public void setResult(List<BacnetDevice> result)
getTotalCount
public int getTotalCount()
setTotalCount
public void setTotalCount(int totalCount)
getPageNo
public int getPageNo()
setPageNo
public void setPageNo(int pageNo)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
Copyright © 2018. All rights reserved.