public class GetKnowledgeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge |
knowledge |
String |
message |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
GetKnowledgeResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetKnowledgeResponseBody |
build(Map<String,?> map) |
String |
getCode() |
GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge |
getKnowledge() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetKnowledgeResponseBody |
setCode(String code) |
GetKnowledgeResponseBody |
setKnowledge(GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge knowledge) |
GetKnowledgeResponseBody |
setMessage(String message) |
GetKnowledgeResponseBody |
setRequestId(String requestId) |
GetKnowledgeResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Knowledge") public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge knowledge
@NameInMap(value="Success") public Boolean success
@NameInMap(value="Code") public String code
@NameInMap(value="Message") public String message
public static GetKnowledgeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetKnowledgeResponseBody setRequestId(String requestId)
public String getRequestId()
public GetKnowledgeResponseBody setKnowledge(GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge knowledge)
public GetKnowledgeResponseBody.GetKnowledgeResponseBodyKnowledge getKnowledge()
public GetKnowledgeResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public GetKnowledgeResponseBody setCode(String code)
public String getCode()
public GetKnowledgeResponseBody setMessage(String message)
public String getMessage()
Copyright © 2021. All rights reserved.