Class LogQueryResponse

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.LogQueryResponse
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class LogQueryResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing results that match the requested **logs** query.
  • Constructor Details

    • LogQueryResponse

      public LogQueryResponse()
  • Method Details

    • getMatchingResults

      public Long getMatchingResults()
      Gets the matchingResults.

      Number of matching results.

      Returns:
      the matchingResults
    • getResults

      public List<LogQueryResponseResult> getResults()
      Gets the results.

      Array of log query response results.

      Returns:
      the results