public class LogPagination
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.Long | 
matched  | 
protected java.lang.String | 
nextCursor  | 
protected java.lang.String | 
nextUrl  | 
| Constructor and Description | 
|---|
LogPagination()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getMatched()
Gets the matched. 
 | 
java.lang.String | 
getNextCursor()
Gets the nextCursor. 
 | 
java.lang.String | 
getNextUrl()
Gets the nextUrl. 
 | 
@SerializedName(value="next_url") protected java.lang.String nextUrl
protected java.lang.Long matched
@SerializedName(value="next_cursor") protected java.lang.String nextCursor
public java.lang.String getNextUrl()
The URL that will return the next page of results, if any.
public java.lang.Long getMatched()
Reserved for future use.
public java.lang.String getNextCursor()
A token identifying the next page of results.