public static final class SendDryRunSystemEventResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SendDryRunSystemEventResponseBody |
build() |
SendDryRunSystemEventResponseBody.Builder |
code(String code)
The status code.
|
SendDryRunSystemEventResponseBody.Builder |
message(String message)
The returned message.
|
SendDryRunSystemEventResponseBody.Builder |
requestId(String requestId)
The request ID.
|
SendDryRunSystemEventResponseBody.Builder |
success(String success)
Indicates whether the request was successful.
|
public SendDryRunSystemEventResponseBody.Builder code(String code)
The status code.
example:The status code 200 indicates that the request was successful.
200
public SendDryRunSystemEventResponseBody.Builder message(String message)
The returned message.
example:success
public SendDryRunSystemEventResponseBody.Builder requestId(String requestId)
The request ID.
example:486029C9-53E1-44B4-85A8-16A571A043FD
public SendDryRunSystemEventResponseBody.Builder success(String success)
Indicates whether the request was successful. Valid values:
true
public SendDryRunSystemEventResponseBody build()
Copyright © 2026. All rights reserved.