Class AnomalyGroupSummary

    • Method Detail

      • startTime

        public final String startTime()

        The start time for the group.

        Returns:
        The start time for the group.
      • endTime

        public final String endTime()

        The end time for the group.

        Returns:
        The end time for the group.
      • anomalyGroupId

        public final String anomalyGroupId()

        The ID of the anomaly group.

        Returns:
        The ID of the anomaly group.
      • anomalyGroupScore

        public final Double anomalyGroupScore()

        The severity score of the group.

        Returns:
        The severity score of the group.
      • primaryMetricName

        public final String primaryMetricName()

        The name of the primary affected measure for the group.

        Returns:
        The name of the primary affected measure for the group.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)