com.baidubce.services.modbus.model
Class ListDataDescResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.modbus.model.ListDataDescResponse
- All Implemented Interfaces:
- Serializable
public class ListDataDescResponse
- extends AbstractBceResponse
Represent the response for DataDescription list response.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListDataDescResponse
public ListDataDescResponse()
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
getTotalCount
public int getTotalCount()
setTotalCount
public void setTotalCount(int totalCount)
getResult
public List<DataDescription> getResult()
setResult
public void setResult(List<DataDescription> 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.