public class ConversationCreatedNotifyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
dingOpenErrcode |
String |
errorMsg |
Boolean |
result
example:
true
|
Boolean |
success
example:
true
|
| 构造器和说明 |
|---|
ConversationCreatedNotifyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConversationCreatedNotifyResponseBody |
build(Map<String,?> map) |
Integer |
getDingOpenErrcode() |
String |
getErrorMsg() |
Boolean |
getResult() |
Boolean |
getSuccess() |
ConversationCreatedNotifyResponseBody |
setDingOpenErrcode(Integer dingOpenErrcode) |
ConversationCreatedNotifyResponseBody |
setErrorMsg(String errorMsg) |
ConversationCreatedNotifyResponseBody |
setResult(Boolean result) |
ConversationCreatedNotifyResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="dingOpenErrcode") public Integer dingOpenErrcode
@NameInMap(value="errorMsg") public String errorMsg
@NameInMap(value="result") public Boolean result
true
@NameInMap(value="success") public Boolean success
true
public static ConversationCreatedNotifyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ConversationCreatedNotifyResponseBody setDingOpenErrcode(Integer dingOpenErrcode)
public Integer getDingOpenErrcode()
public ConversationCreatedNotifyResponseBody setErrorMsg(String errorMsg)
public String getErrorMsg()
public ConversationCreatedNotifyResponseBody setResult(Boolean result)
public Boolean getResult()
public ConversationCreatedNotifyResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.