Interface ResultRowValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResultRowValue.Builder,ResultRowValue>, SdkBuilder<ResultRowValue.Builder,ResultRowValue>, SdkPojo
Enclosing class:
ResultRowValue

public static interface ResultRowValue.Builder extends SdkPojo, CopyableBuilder<ResultRowValue.Builder,ResultRowValue>
  • Method Details

    • key

      The friendly name of the metric whose value is specified by the Value property.

      Parameters:
      key - The friendly name of the metric whose value is specified by the Value property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type of the value specified by the Value property.

      Parameters:
      type - The data type of the value specified by the Value property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

      Parameters:
      value - In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).
      Returns:
      Returns a reference to this object so that method calls can be chained together.