com.baidubce.services.modbus.model.pullrule
Class ListPullRuleResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.modbus.model.pullrule.ListPullRuleResponse
All Implemented Interfaces:
Serializable

public class ListPullRuleResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListPullRuleResponse()
           
 
Method Summary
 String getOrder()
           
 String getOrderBy()
           
 int getPageNo()
           
 int getPageSize()
           
 List<PullRule> getResult()
           
 int getTotalCount()
           
 void setOrder(String order)
           
 void setOrderBy(String orderBy)
           
 void setPageNo(int pageNo)
           
 void setPageSize(int pageSize)
           
 void setResult(List<PullRule> result)
           
 void setTotalCount(int totalCount)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPullRuleResponse

public ListPullRuleResponse()
Method Detail

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.