public class Pagination extends GenericModel
Constructor and Description |
---|
Pagination() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
Gets the cursor.
|
java.lang.Long |
getMatched()
Gets the matched.
|
java.lang.String |
getNextUrl()
Gets the nextUrl.
|
java.lang.String |
getRefreshUrl()
Gets the refreshUrl.
|
java.lang.Long |
getTotal()
Gets the total.
|
void |
setCursor(java.lang.String cursor)
Sets the cursor.
|
void |
setMatched(long matched)
Sets the matched.
|
void |
setNextUrl(java.lang.String nextUrl)
Sets the nextUrl.
|
void |
setRefreshUrl(java.lang.String refreshUrl)
Sets the refreshUrl.
|
void |
setTotal(long total)
Sets the total.
|
equals, hashCode, toString
public java.lang.String getCursor()
public void setCursor(java.lang.String cursor)
cursor
- the new cursorpublic java.lang.String getRefreshUrl()
public java.lang.String getNextUrl()
public java.lang.Long getTotal()
public java.lang.Long getMatched()
public void setRefreshUrl(java.lang.String refreshUrl)
refreshUrl
- the new refreshUrlpublic void setNextUrl(java.lang.String nextUrl)
nextUrl
- the new nextUrlpublic void setTotal(long total)
total
- the new totalpublic void setMatched(long matched)
matched
- the new matched