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