Class LogQueryResponseResultDocuments

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

public class LogQueryResponseResultDocuments
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing result information that was returned by the query used to create this log entry. Only returned with logs of type `query`.
  • Constructor Details

    • LogQueryResponseResultDocuments

      public LogQueryResponseResultDocuments()
  • Method Details

    • getResults

      Gets the results.

      Array of log query response results.

      Returns:
      the results
    • getCount

      public Long getCount()
      Gets the count.

      The number of results returned in the query associate with this log.

      Returns:
      the count