Class TaskStatistics

    • Method Detail

      • totalChecks

        public final Integer totalChecks()

        The number of checks in this audit.

        Returns:
        The number of checks in this audit.
      • inProgressChecks

        public final Integer inProgressChecks()

        The number of checks in progress.

        Returns:
        The number of checks in progress.
      • waitingForDataCollectionChecks

        public final Integer waitingForDataCollectionChecks()

        The number of checks waiting for data collection.

        Returns:
        The number of checks waiting for data collection.
      • compliantChecks

        public final Integer compliantChecks()

        The number of checks that found compliant resources.

        Returns:
        The number of checks that found compliant resources.
      • nonCompliantChecks

        public final Integer nonCompliantChecks()

        The number of checks that found noncompliant resources.

        Returns:
        The number of checks that found noncompliant resources.
      • failedChecks

        public final Integer failedChecks()

        The number of checks.

        Returns:
        The number of checks.
      • canceledChecks

        public final Integer canceledChecks()

        The number of checks that did not run because the audit was canceled.

        Returns:
        The number of checks that did not run because the audit was canceled.
      • 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)