public class PutMonitorGroupDynamicRuleResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The status code.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
PutMonitorGroupDynamicRuleResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutMonitorGroupDynamicRuleResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
PutMonitorGroupDynamicRuleResponseBody |
setCode(Integer code) |
PutMonitorGroupDynamicRuleResponseBody |
setMessage(String message) |
PutMonitorGroupDynamicRuleResponseBody |
setRequestId(String requestId) |
PutMonitorGroupDynamicRuleResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public Integer code
The status code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
* true
* false
public static PutMonitorGroupDynamicRuleResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PutMonitorGroupDynamicRuleResponseBody setCode(Integer code)
public Integer getCode()
public PutMonitorGroupDynamicRuleResponseBody setMessage(String message)
public String getMessage()
public PutMonitorGroupDynamicRuleResponseBody setRequestId(String requestId)
public String getRequestId()
public PutMonitorGroupDynamicRuleResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.