Interface RevenuePathStatistics.Builder

  • Method Details

    • path

      The URI path.

      Parameters:
      path - The URI path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • percentage

      RevenuePathStatistics.Builder percentage(Double percentage)

      The percentage of total revenue from this path.

      Parameters:
      percentage - The percentage of total revenue from this path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • amount

      The total revenue amount from this path in the specified currency.

      Parameters:
      amount - The total revenue amount from this path in the specified currency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestCount

      RevenuePathStatistics.Builder requestCount(Long requestCount)

      The number of monetized requests to this path.

      Parameters:
      requestCount - The number of monetized requests to this path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.