public static class GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetKnowledgeResponseBodyKnowledgeSolutions() |
@NameInMap(value="Conditions") public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions> conditions
@NameInMap(value="ExtraContent") public String extraContent
@NameInMap(value="KnowledgeId") public Long knowledgeId
@NameInMap(value="SolutionContent") public String solutionContent
@NameInMap(value="SolutionId") public Long solutionId
@NameInMap(value="SolutionSource") public String solutionSource
@NameInMap(value="SolutionType") public String solutionType
@NameInMap(value="SolutionVariables") public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsSolutionVariables> solutionVariables
public GetKnowledgeResponseBodyKnowledgeSolutions()
public static GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions build(Map<String,?> map) throws Exception
Exceptionpublic GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setConditions(List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions> conditions)
public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions> getConditions()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setExtraContent(String extraContent)
public String getExtraContent()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setKnowledgeId(Long knowledgeId)
public Long getKnowledgeId()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setSolutionContent(String solutionContent)
public String getSolutionContent()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setSolutionId(Long solutionId)
public Long getSolutionId()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setSolutionSource(String solutionSource)
public String getSolutionSource()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setSolutionType(String solutionType)
public String getSolutionType()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutions setSolutionVariables(List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsSolutionVariables> solutionVariables)
public List<GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsSolutionVariables> getSolutionVariables()
Copyright © 2022. All rights reserved.