public class UpdateEventSourceResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The returned response code.
|
Boolean |
data
The result of the operation.
|
String |
message
The returned error message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the operation is successful.
|
| 构造器和说明 |
|---|
UpdateEventSourceResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateEventSourceResponseBody |
build(Map<String,?> map) |
String |
getCode() |
Boolean |
getData() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
UpdateEventSourceResponseBody |
setCode(String code) |
UpdateEventSourceResponseBody |
setData(Boolean data) |
UpdateEventSourceResponseBody |
setMessage(String message) |
UpdateEventSourceResponseBody |
setRequestId(String requestId) |
UpdateEventSourceResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The returned response code. Valid values:
200
@NameInMap(value="Data") public Boolean data
The result of the operation.
example:true
@NameInMap(value="Message") public String message
The returned error message.
example:Remote error. requestId: [xxxx-9D10-65DFDFA3A75D], error code: [EventSourceNotExist], message: [The event source in request is not exist! ]
@NameInMap(value="RequestId") public String requestId
The request ID.
example:c057d379-ea65-41ec-a8a8-90627a968204
@NameInMap(value="Success") public Boolean success
Indicates whether the operation is successful. The value true indicates that the operation is successful.
example:true
public static UpdateEventSourceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventSourceResponseBody setCode(String code)
public String getCode()
public UpdateEventSourceResponseBody setData(Boolean data)
public Boolean getData()
public UpdateEventSourceResponseBody setMessage(String message)
public String getMessage()
public UpdateEventSourceResponseBody setRequestId(String requestId)
public String getRequestId()
public UpdateEventSourceResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.