Class TopicReviewedAnswer

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the reviewed answer.

        Returns:
        The Amazon Resource Name (ARN) of the reviewed answer.
      • answerId

        public final String answerId()

        The answer ID of the reviewed answer.

        Returns:
        The answer ID of the reviewed answer.
      • datasetArn

        public final String datasetArn()

        The Dataset ARN for the TopicReviewedAnswer.

        Returns:
        The Dataset ARN for the TopicReviewedAnswer.
      • question

        public final String question()

        The question for the TopicReviewedAnswer.

        Returns:
        The question for the TopicReviewedAnswer.
      • mir

        public final TopicIR mir()

        The mir for the TopicReviewedAnswer.

        Returns:
        The mir for the TopicReviewedAnswer.
      • primaryVisual

        public final TopicVisual primaryVisual()

        The primary visual for the TopicReviewedAnswer.

        Returns:
        The primary visual for the TopicReviewedAnswer.
      • template

        public final TopicTemplate template()

        The template for the TopicReviewedAnswer.

        Returns:
        The template for the TopicReviewedAnswer.
      • 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)