Class SeverityStatistics

    • Method Detail

      • lastGeneratedAt

        public final Instant lastGeneratedAt()

        The timestamp at which a finding type for a specific severity was last generated.

        Returns:
        The timestamp at which a finding type for a specific severity was last generated.
      • severity

        public final Double severity()

        The severity level associated with each finding type.

        Returns:
        The severity level associated with each finding type.
      • totalFindings

        public final Integer totalFindings()

        The total number of findings associated with this severity.

        Returns:
        The total number of findings associated with this severity.
      • 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)