public class PutMonitoringConfigResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The HTTP status code.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
PutMonitoringConfigResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutMonitoringConfigResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
PutMonitoringConfigResponseBody |
setCode(Integer code) |
PutMonitoringConfigResponseBody |
setMessage(String message) |
PutMonitoringConfigResponseBody |
setRequestId(String requestId) |
PutMonitoringConfigResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public Integer code
The HTTP status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Message") public String message
The returned message.
example:Specified parameter EnableInstallAgentNewECS is not valid.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:109C8095-6FAD-4DBB-B013-6ED18CE4C0B1
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static PutMonitoringConfigResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PutMonitoringConfigResponseBody setCode(Integer code)
public Integer getCode()
public PutMonitoringConfigResponseBody setMessage(String message)
public String getMessage()
public PutMonitoringConfigResponseBody setRequestId(String requestId)
public String getRequestId()
public PutMonitoringConfigResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.