Class EvaluationSummary

    • Method Detail

      • evaluationId

        public final String evaluationId()

        A unique identifier for the contact evaluation.

        Returns:
        A unique identifier for the contact evaluation.
      • evaluationArn

        public final String evaluationArn()

        The Amazon Resource Name (ARN) for the contact evaluation resource.

        Returns:
        The Amazon Resource Name (ARN) for the contact evaluation resource.
      • evaluationFormTitle

        public final String evaluationFormTitle()

        A title of the evaluation form.

        Returns:
        A title of the evaluation form.
      • evaluationFormId

        public final String evaluationFormId()

        The unique identifier for the evaluation form.

        Returns:
        The unique identifier for the evaluation form.
      • statusAsString

        public final String statusAsString()

        The status of the contact evaluation.

        If the service returns an enum value that is not available in the current SDK version, status will return EvaluationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the contact evaluation.
        See Also:
        EvaluationStatus
      • evaluatorArn

        public final String evaluatorArn()

        The Amazon Resource Name (ARN) of the user who last updated the evaluation.

        Returns:
        The Amazon Resource Name (ARN) of the user who last updated the evaluation.
      • score

        public final EvaluationScore score()

        The overall score of the contact evaluation.

        Returns:
        The overall score of the contact evaluation.
      • createdTime

        public final Instant createdTime()

        The timestamp for when the evaluation was created.

        Returns:
        The timestamp for when the evaluation was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The timestamp for when the evaluation was last updated.

        Returns:
        The timestamp for when the evaluation was last updated.
      • 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)