public class PagingResponseProperties extends Object
| Constructor and Description |
|---|
PagingResponseProperties() |
public PagingResponseProperties resultSetSize(Integer resultSetSize)
public Integer getResultSetSize()
public void setResultSetSize(Integer resultSetSize)
public PagingResponseProperties resultSetStartPosition(Integer resultSetStartPosition)
public Integer getResultSetStartPosition()
public void setResultSetStartPosition(Integer resultSetStartPosition)
public PagingResponseProperties resultSetEndPosition(Integer resultSetEndPosition)
public Integer getResultSetEndPosition()
public void setResultSetEndPosition(Integer resultSetEndPosition)
public PagingResponseProperties totalSetSize(Integer totalSetSize)
public Integer getTotalSetSize()
public void setTotalSetSize(Integer totalSetSize)
public PagingResponseProperties next(String next)
public String getNext()
public void setNext(String next)
public PagingResponseProperties previous(String previous)
public String getPrevious()
public void setPrevious(String previous)
Copyright © 2021. All rights reserved.