com.baidubce.services.modbus.model
Class ListResponse<T>
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.modbus.model.ListResponse<T>
- All Implemented Interfaces:
- Serializable
public class ListResponse<T>
- extends AbstractBceResponse
Represent the base response for all modbus list response.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListResponse
public ListResponse()
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
getTotalCount
public int getTotalCount()
setTotalCount
public void setTotalCount(int totalCount)
getResult
public List<T> getResult()
setResult
public void setResult(List<T> result)
getOrder
public String getOrder()
setOrder
public void setOrder(String order)
getOrderBy
public String getOrderBy()
setOrderBy
public void setOrderBy(String orderBy)
getPageNo
public int getPageNo()
setPageNo
public void setPageNo(int pageNo)
Copyright © 2018. All rights reserved.