Interface UsageQuantityResult.Builder

    • Method Detail

      • amount

        UsageQuantityResult.Builder amount​(Double amount)

        The numeric value of the usage quantity result.

        Parameters:
        amount - The numeric value of the usage quantity result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unit

        UsageQuantityResult.Builder unit​(String unit)

        The unit of measurement for the usage quantity result.

        Parameters:
        unit - The unit of measurement for the usage quantity result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.