public static class GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
conditionType |
String |
conditionValue |
Long |
knowledgeId |
Long |
solutionId |
| 构造器和说明 |
|---|
GetKnowledgeResponseBodyKnowledgeSolutionsConditions() |
@NameInMap(value="ConditionType") public String conditionType
@NameInMap(value="ConditionValue") public String conditionValue
@NameInMap(value="KnowledgeId") public Long knowledgeId
@NameInMap(value="SolutionId") public Long solutionId
public GetKnowledgeResponseBodyKnowledgeSolutionsConditions()
public static GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions build(Map<String,?> map) throws Exception
Exceptionpublic GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions setConditionType(String conditionType)
public String getConditionType()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions setConditionValue(String conditionValue)
public String getConditionValue()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions setKnowledgeId(Long knowledgeId)
public Long getKnowledgeId()
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledgeSolutionsConditions setSolutionId(Long solutionId)
public Long getSolutionId()
Copyright © 2022. All rights reserved.