Class EventPredictionSummary

    • Method Detail

      • eventId

        public final String eventId()

        The event ID.

        Returns:
        The event ID.
      • eventTypeName

        public final String eventTypeName()

        The event type.

        Returns:
        The event type.
      • eventTimestamp

        public final String eventTimestamp()

        The timestamp of the event.

        Returns:
        The timestamp of the event.
      • predictionTimestamp

        public final String predictionTimestamp()

        The timestamp when the prediction was generated.

        Returns:
        The timestamp when the prediction was generated.
      • detectorId

        public final String detectorId()

        The detector ID.

        Returns:
        The detector ID.
      • detectorVersionId

        public final String detectorVersionId()

        The detector version ID.

        Returns:
        The detector version ID.
      • 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)