Class ReplicationTaskAssessmentRunResultStatistic

    • Method Detail

      • passed

        public final Integer passed()

        The number of individual assessments that successfully passed all checks in the assessment run.

        Returns:
        The number of individual assessments that successfully passed all checks in the assessment run.
      • failed

        public final Integer failed()

        The number of individual assessments that failed to meet the criteria defined in the assessment run.

        Returns:
        The number of individual assessments that failed to meet the criteria defined in the assessment run.
      • error

        public final Integer error()

        The number of individual assessments that encountered a critical error and could not complete properly.

        Returns:
        The number of individual assessments that encountered a critical error and could not complete properly.
      • warning

        public final Integer warning()

        Indicates that the recent completed AssessmentRun triggered a warning.

        Returns:
        Indicates that the recent completed AssessmentRun triggered a warning.
      • cancelled

        public final Integer cancelled()

        The number of individual assessments that were cancelled during the assessment run.

        Returns:
        The number of individual assessments that were cancelled during the assessment run.
      • skipped

        public final Integer skipped()

        The number of individual assessments that were skipped during the assessment run.

        Returns:
        The number of individual assessments that were skipped during the assessment run.
      • 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)