public class SendDryRunSystemEventResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
String |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
SendDryRunSystemEventResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SendDryRunSystemEventResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
String |
getSuccess() |
SendDryRunSystemEventResponseBody |
setCode(String code) |
SendDryRunSystemEventResponseBody |
setMessage(String message) |
SendDryRunSystemEventResponseBody |
setRequestId(String requestId) |
SendDryRunSystemEventResponseBody |
setSuccess(String success) |
@NameInMap(value="Code") public String code
The status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Message") public String message
The returned message.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID.
example:486029C9-53E1-44B4-85A8-16A571A043FD
@NameInMap(value="Success") public String success
Indicates whether the request was successful. Valid values:
true
public static SendDryRunSystemEventResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SendDryRunSystemEventResponseBody setCode(String code)
public String getCode()
public SendDryRunSystemEventResponseBody setMessage(String message)
public String getMessage()
public SendDryRunSystemEventResponseBody setRequestId(String requestId)
public String getRequestId()
public SendDryRunSystemEventResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2026. All rights reserved.