public class Pagination
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
nextCursor |
protected java.lang.String |
nextUrl |
protected java.lang.String |
refreshCursor |
protected java.lang.String |
refreshUrl |
protected java.lang.Long |
total |
Constructor and Description |
---|
Pagination() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextCursor()
Gets the nextCursor.
|
java.lang.String |
getNextUrl()
Gets the nextUrl.
|
java.lang.String |
getRefreshCursor()
Gets the refreshCursor.
|
java.lang.String |
getRefreshUrl()
Gets the refreshUrl.
|
java.lang.Long |
getTotal()
Gets the total.
|
@SerializedName(value="refresh_cursor") protected java.lang.String refreshCursor
@SerializedName(value="next_cursor") protected java.lang.String nextCursor
@SerializedName(value="refresh_url") protected java.lang.String refreshUrl
@SerializedName(value="next_url") protected java.lang.String nextUrl
protected java.lang.Long total
public java.lang.String getRefreshCursor()
A token identifying the current page of results.
public java.lang.String getNextCursor()
A token identifying the next page of results.
public java.lang.String getRefreshUrl()
The URL that returns the current page of results.
public java.lang.String getNextUrl()
The URL that returns the next page of results.
public java.lang.Long getTotal()
Reserved for future use.