Interface DataPointEntry.Builder

  • Method Details

    • date

      The timestamp for this data point.

      Parameters:
      date - The timestamp for this data point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • monetizeServedCount

      DataPointEntry.Builder monetizeServedCount(Long monetizeServedCount)

      The number of HTTP 402 Payment Required responses served during this interval.

      Parameters:
      monetizeServedCount - The number of HTTP 402 Payment Required responses served during this interval.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • settledCount

      DataPointEntry.Builder settledCount(Long settledCount)

      The number of successfully settled payments during this interval.

      Parameters:
      settledCount - The number of successfully settled payments during this interval.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalAmount

      DataPointEntry.Builder totalAmount(String totalAmount)

      The total revenue amount during this interval in the specified currency.

      Parameters:
      totalAmount - The total revenue amount during this interval in the specified currency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • category

      DataPointEntry.Builder category(String category)

      The bot category for this data point, when grouped by category.

      Parameters:
      category - The bot category for this data point, when grouped by category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intent

      The intent classification for this data point, when grouped by intent.

      Parameters:
      intent - The intent classification for this data point, when grouped by intent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupByValue

      DataPointEntry.Builder groupByValue(String groupByValue)

      The group-by dimension value for this data point.

      Parameters:
      groupByValue - The group-by dimension value for this data point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.