@Validated public class PageInfo extends Object
| Constructor and Description |
|---|
PageInfo() |
| Modifier and Type | Method and Description |
|---|---|
PageInfo |
continuationToken(String continuationToken) |
PageInfo |
curLink(String curLink) |
boolean |
equals(Object o) |
String |
getContinuationToken()
The continuation token.
|
String |
getCurLink()
The link to the current page.
|
String |
getNextLink()
The link to the next page.
|
Integer |
getResultsPerPage()
The number of results per page.
|
Integer |
getTotalCount()
The total number of elements to be paginated
|
int |
hashCode() |
PageInfo |
nextLink(String nextLink) |
PageInfo |
resultsPerPage(Integer resultsPerPage) |
void |
setContinuationToken(String continuationToken) |
void |
setCurLink(String curLink) |
void |
setNextLink(String nextLink) |
void |
setResultsPerPage(Integer resultsPerPage) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
PageInfo |
totalCount(Integer totalCount) |
@NotNull public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
@NotNull public Integer getResultsPerPage()
public void setResultsPerPage(Integer resultsPerPage)
@NotNull public String getContinuationToken()
public void setContinuationToken(String continuationToken)
@NotNull public String getCurLink()
public void setCurLink(String curLink)
public String getNextLink()
public void setNextLink(String nextLink)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.