Class QnASearchResultList


  • public class QnASearchResultList
    extends Object
    Represents List of Question Answers.
    • Constructor Detail

      • QnASearchResultList

        public QnASearchResultList()
    • Method Detail

      • answers

        public List<QnASearchResult> answers()
        Get the answers value.
        Returns:
        the answers value
      • withAnswers

        public QnASearchResultList withAnswers​(List<QnASearchResult> answers)
        Set the answers value.
        Parameters:
        answers - the answers value to set
        Returns:
        the QnASearchResultList object itself.