Class JobStats

    • Method Detail

      • numberOfProfilesReviewed

        public final Long numberOfProfilesReviewed()

        The number of profiles reviewed.

        Returns:
        The number of profiles reviewed.
      • numberOfMatchesFound

        public final Long numberOfMatchesFound()

        The number of matches found.

        Returns:
        The number of matches found.
      • numberOfMergesDone

        public final Long numberOfMergesDone()

        The number of merges completed.

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