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