Interface CountPercent.Builder

    • Method Detail

      • count

        CountPercent.Builder count​(Integer count)

        Indicates the count of occurences of the given statistic.

        Parameters:
        count - Indicates the count of occurences of the given statistic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • percentage

        CountPercent.Builder percentage​(Float percentage)

        Indicates the percentage of occurances of the given statistic.

        Parameters:
        percentage - Indicates the percentage of occurances of the given statistic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.