Interface AnomalyDateInterval.Builder

    • Method Detail

      • startDate

        AnomalyDateInterval.Builder startDate​(String startDate)

        The first date an anomaly was observed.

        Parameters:
        startDate - The first date an anomaly was observed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDate

        AnomalyDateInterval.Builder endDate​(String endDate)

        The last date an anomaly was observed.

        Parameters:
        endDate - The last date an anomaly was observed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.