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 Details

    • LogPagination

      public LogPagination()
  • Method Details

    • getNextUrl

      public String getNextUrl()
      Gets the nextUrl.

      The URL that will return the next page of results, if any.

      Returns:
      the nextUrl
    • getMatched

      public Long getMatched()
      Gets the matched.

      Reserved for future use.

      Returns:
      the matched
    • getNextCursor

      public String getNextCursor()
      Gets the nextCursor.

      A token identifying the next page of results.

      Returns:
      the nextCursor