Interface InsightTimeRange.Builder

  • Method Details

    • from

      The start of the time range, in epoch milliseconds.

      Parameters:
      from - The start of the time range, in epoch milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • to

      The end of the time range, in epoch milliseconds.

      Parameters:
      to - The end of the time range, in epoch milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.