public static final class SendDryRunSystemEventResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
SendDryRunSystemEventResponseBody |
build() |
SendDryRunSystemEventResponseBody.Builder |
code(String code)
The HTTP status code.
|
SendDryRunSystemEventResponseBody.Builder |
message(String message)
The returned message.
|
SendDryRunSystemEventResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
SendDryRunSystemEventResponseBody.Builder |
success(String success)
Indicates whether the call was successful.
|
public SendDryRunSystemEventResponseBody.Builder code(String code)
> The status code 200 indicates that the call was successful.
public SendDryRunSystemEventResponseBody.Builder message(String message)
public SendDryRunSystemEventResponseBody.Builder requestId(String requestId)
public SendDryRunSystemEventResponseBody.Builder success(String success)
* true: The call was successful. * false: The call failed.
public SendDryRunSystemEventResponseBody build()
Copyright © 2024. All rights reserved.