Interface StatisticSet.Builder

  • Method Details

    • sampleCount

      StatisticSet.Builder sampleCount(Double sampleCount)
      Sets the value of the SampleCount property for this object.
      Parameters:
      sampleCount - The new value for the SampleCount property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sum

      Sets the value of the Sum property for this object.
      Parameters:
      sum - The new value for the Sum property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minimum

      StatisticSet.Builder minimum(Double minimum)
      Sets the value of the Minimum property for this object.
      Parameters:
      minimum - The new value for the Minimum property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximum

      StatisticSet.Builder maximum(Double maximum)
      Sets the value of the Maximum property for this object.
      Parameters:
      maximum - The new value for the Maximum property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.