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