public class InstallMonitoringAgentResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
message
The error message.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
InstallMonitoringAgentResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InstallMonitoringAgentResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
InstallMonitoringAgentResponseBody |
setCode(String code) |
InstallMonitoringAgentResponseBody |
setMessage(String message) |
InstallMonitoringAgentResponseBody |
setRequestId(String requestId) |
InstallMonitoringAgentResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The HTTP status code.
example:The status code 200 indicates that the call was successful.
200
@NameInMap(value="Message") public String message
The error message.
example:The specified resource is not found.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0BDAF8A8-04DC-5F0C-90E4-724D42C41945
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful. Valid values:
true
public static InstallMonitoringAgentResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic InstallMonitoringAgentResponseBody setCode(String code)
public String getCode()
public InstallMonitoringAgentResponseBody setMessage(String message)
public String getMessage()
public InstallMonitoringAgentResponseBody setRequestId(String requestId)
public String getRequestId()
public InstallMonitoringAgentResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.