public class UpdateRuleResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The response code.
|
Boolean |
data
The result of the operation.
|
String |
message
The error message that is returned if the request failed.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the operation was successful.
|
| 构造器和说明 |
|---|
UpdateRuleResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateRuleResponseBody |
build(Map<String,?> map) |
String |
getCode() |
Boolean |
getData() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
UpdateRuleResponseBody |
setCode(String code) |
UpdateRuleResponseBody |
setData(Boolean data) |
UpdateRuleResponseBody |
setMessage(String message) |
UpdateRuleResponseBody |
setRequestId(String requestId) |
UpdateRuleResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The response code. The value Success indicates that the request was successful. Other values indicate that the request failed. For information about error codes, see Error codes.
example:200
@NameInMap(value="Data") public Boolean data
The result of the operation.
example:true
@NameInMap(value="Message") public String message
The error message that is returned if the request failed.
example:EventRuleFilterPatternSchemaError
@NameInMap(value="RequestId") public String requestId
The request ID.
example:7439944D-D9FC-5614-B65E-07A468988924
@NameInMap(value="Success") public Boolean success
Indicates whether the operation was successful. If the operation was successful, the value true is returned.
example:true
public static UpdateRuleResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateRuleResponseBody setCode(String code)
public String getCode()
public UpdateRuleResponseBody setData(Boolean data)
public Boolean getData()
public UpdateRuleResponseBody setMessage(String message)
public String getMessage()
public UpdateRuleResponseBody setRequestId(String requestId)
public String getRequestId()
public UpdateRuleResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.