public static class GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetKnowledgeResponseBodyKnowledge() |
@NameInMap(value="KnowledgeId") public Long knowledgeId
@NameInMap(value="KnowledgeTitle") public String knowledgeTitle
@NameInMap(value="KnowledgeStatus") public String knowledgeStatus
@NameInMap(value="SceneKey") public String sceneKey
@NameInMap(value="KnowledgeDescription") public String knowledgeDescription
@NameInMap(value="CreateTime") public String createTime
@NameInMap(value="CreateUserId") public String createUserId
@NameInMap(value="ModifyUserId") public String modifyUserId
@NameInMap(value="ModifyTime") public String modifyTime
@NameInMap(value="SimilarQuestions") public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSimilarQuestions> similarQuestions
@NameInMap(value="Solutions") public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions> solutions
public static GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge build(Map<String,?> map) throws Exception
Exceptionpublic GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setKnowledgeId(Long knowledgeId)
public Long getKnowledgeId()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setKnowledgeTitle(String knowledgeTitle)
public String getKnowledgeTitle()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setKnowledgeStatus(String knowledgeStatus)
public String getKnowledgeStatus()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setSceneKey(String sceneKey)
public String getSceneKey()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setKnowledgeDescription(String knowledgeDescription)
public String getKnowledgeDescription()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setCreateTime(String createTime)
public String getCreateTime()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setCreateUserId(String createUserId)
public String getCreateUserId()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setModifyUserId(String modifyUserId)
public String getModifyUserId()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setModifyTime(String modifyTime)
public String getModifyTime()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setSimilarQuestions(List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSimilarQuestions> similarQuestions)
public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSimilarQuestions> getSimilarQuestions()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge setSolutions(List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions> solutions)
public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions> getSolutions()
Copyright © 2021. All rights reserved.