Interface ReportGroupTrendStats.Builder

    • Method Detail

      • average

        ReportGroupTrendStats.Builder average​(String average)

        Contains the average of all values analyzed.

        Parameters:
        average - Contains the average of all values analyzed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        ReportGroupTrendStats.Builder max​(String max)

        Contains the maximum value analyzed.

        Parameters:
        max - Contains the maximum value analyzed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        ReportGroupTrendStats.Builder min​(String min)

        Contains the minimum value analyzed.

        Parameters:
        min - Contains the minimum value analyzed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.