Class EvaluationScore

    • Method Detail

      • percentage

        public final Double percentage()

        The score percentage for an item in a contact evaluation.

        Returns:
        The score percentage for an item in a contact evaluation.
      • notApplicable

        public final Boolean notApplicable()

        The flag to mark the item as not applicable for scoring.

        Returns:
        The flag to mark the item as not applicable for scoring.
      • automaticFail

        public final Boolean automaticFail()

        The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.

        Returns:
        The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
      • 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)