Class TaskStatisticsForAuditCheck

    • Method Detail

      • totalFindingsCount

        public final Long totalFindingsCount()

        The total number of findings to which a task is being applied.

        Returns:
        The total number of findings to which a task is being applied.
      • failedFindingsCount

        public final Long failedFindingsCount()

        The number of findings for which at least one of the actions failed when applied.

        Returns:
        The number of findings for which at least one of the actions failed when applied.
      • succeededFindingsCount

        public final Long succeededFindingsCount()

        The number of findings for which all mitigation actions succeeded when applied.

        Returns:
        The number of findings for which all mitigation actions succeeded when applied.
      • skippedFindingsCount

        public final Long skippedFindingsCount()

        The number of findings skipped because of filter conditions provided in the parameters to the command.

        Returns:
        The number of findings skipped because of filter conditions provided in the parameters to the command.
      • canceledFindingsCount

        public final Long canceledFindingsCount()

        The number of findings to which the mitigation action task was canceled when applied.

        Returns:
        The number of findings to which the mitigation action task was canceled when applied.
      • 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)