Class LogPagination
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.LogPagination
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LogPagination
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The pagination data for the returned objects.
-
Constructor Summary
Constructors Constructor Description LogPagination()
-
Method Summary
Modifier and Type Method Description Long
getMatched()
Gets the matched.String
getNextCursor()
Gets the nextCursor.String
getNextUrl()
Gets the nextUrl.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
LogPagination
public LogPagination()
-
-
Method Details
-
getNextUrl
Gets the nextUrl.The URL that will return the next page of results, if any.
- Returns:
- the nextUrl
-
getMatched
Gets the matched.Reserved for future use.
- Returns:
- the matched
-
getNextCursor
Gets the nextCursor.A token identifying the next page of results.
- Returns:
- the nextCursor
-