Interface GetQueryResponse.Builder

  • Method Details

    • id

      The ID of the query in question.

      Parameters:
      id - The ID of the query in question.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryString

      GetQueryResponse.Builder queryString(String queryString)

      The query in question.

      Parameters:
      queryString - The query in question.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • waited

      Indicates how long the query waited, in milliseconds.

      Parameters:
      waited - Indicates how long the query waited, in milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • elapsed

      The number of milliseconds the query has been running.

      Parameters:
      elapsed - The number of milliseconds the query has been running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      State of the query.

      Parameters:
      state - State of the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      State of the query.

      Parameters:
      state - State of the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: