Interface AggregatedValue.Builder

    • Method Detail

      • timestamp

        AggregatedValue.Builder timestamp​(Instant timestamp)

        The date the aggregating computations occurred, in Unix epoch time.

        Parameters:
        timestamp - The date the aggregating computations occurred, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quality

        AggregatedValue.Builder quality​(String quality)

        The quality of the aggregated data.

        Parameters:
        quality - The quality of the aggregated data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Quality, Quality
      • quality

        AggregatedValue.Builder quality​(Quality quality)

        The quality of the aggregated data.

        Parameters:
        quality - The quality of the aggregated data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Quality, Quality
      • value

        AggregatedValue.Builder value​(Aggregates value)

        The value of the aggregates.

        Parameters:
        value - The value of the aggregates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.