Class SeveritySummary

    • Method Detail

      • criticalCount

        public final Integer criticalCount()

        The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

        Returns:
        The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.
      • highCount

        public final Integer highCount()

        The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

        Returns:
        The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
      • mediumCount

        public final Integer mediumCount()

        The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

        Returns:
        The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
      • lowCount

        public final Integer lowCount()

        The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

        Returns:
        The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
      • informationalCount

        public final Integer informationalCount()

        The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

        Returns:
        The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
      • unspecifiedCount

        public final Integer unspecifiedCount()

        The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.

        Returns:
        The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
      • 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)