java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.knowledgelayer.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
  • Field Details

    • answer

      @ApiProperty(canBeNullOrNotSet=true) protected String answer
      The answer to a question asked on the SoftLayer KnowledgeLayer.
    • answerSpecified

      protected boolean answerSpecified
    • linkSpecified

      protected boolean linkSpecified
    • question

      @ApiProperty(canBeNullOrNotSet=true) protected String question
      A question asked on the SoftLayer KnowledgeLayer.
    • questionSpecified

      protected boolean questionSpecified
  • Constructor Details

    • QuestionAnswer

      public QuestionAnswer()
  • Method Details

    • 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()