Class QuestionAnswer


  • @ApiType("SoftLayer_Container_KnowledgeLayer_QuestionAnswer")
    public class QuestionAnswer
    extends Entity
    SoftLayer_Container_KnowledgeLayer_QuestionAnswer models a single question and answer pair from SoftLayer's KnowledgeLayer knowledge base. SoftLayer's backend network interfaces with the KnowledgeLayer to recommend helpful articles when support tickets are created.
    See Also:
    SoftLayer_Container_KnowledgeLayer_QuestionAnswer
    • Constructor Detail

      • QuestionAnswer

        public QuestionAnswer()
    • Method Detail

      • getAnswer

        public String getAnswer()
      • setAnswer

        public void setAnswer​(String answer)
      • isAnswerSpecified

        public boolean isAnswerSpecified()
      • unsetAnswer

        public void unsetAnswer()
      • getLink

        public String getLink()
      • setLink

        public void setLink​(String link)
      • isLinkSpecified

        public boolean isLinkSpecified()
      • unsetLink

        public void unsetLink()
      • getQuestion

        public String getQuestion()
      • setQuestion

        public void setQuestion​(String question)
      • isQuestionSpecified

        public boolean isQuestionSpecified()
      • unsetQuestion

        public void unsetQuestion()