Class Counters

    • Method Detail

      • total

        public final Integer total()

        The total number of entities.

        Returns:
        The total number of entities.
      • passed

        public final Integer passed()

        The number of passed entities.

        Returns:
        The number of passed entities.
      • failed

        public final Integer failed()

        The number of failed entities.

        Returns:
        The number of failed entities.
      • warned

        public final Integer warned()

        The number of warned entities.

        Returns:
        The number of warned entities.
      • errored

        public final Integer errored()

        The number of errored entities.

        Returns:
        The number of errored entities.
      • stopped

        public final Integer stopped()

        The number of stopped entities.

        Returns:
        The number of stopped entities.
      • skipped

        public final Integer skipped()

        The number of skipped entities.

        Returns:
        The number of skipped entities.
      • 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)