Interface StatisticSet.Builder

  • Method Details

    • sampleCount

      StatisticSet.Builder sampleCount(Integer sampleCount)

      Internal only. The number of samples used for the statistic set.

      Parameters:
      sampleCount - Internal only. The number of samples used for the statistic set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sum

      Internal only. The sum of values for the sample set.

      Parameters:
      sum - Internal only. The sum of values for the sample set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minimum

      StatisticSet.Builder minimum(Double minimum)

      Internal only. The minimum value of the sample set.

      Parameters:
      minimum - Internal only. The minimum value of the sample set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximum

      StatisticSet.Builder maximum(Double maximum)

      Internal only. The maximum value of the sample set.

      Parameters:
      maximum - Internal only. The maximum value of the sample set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.