public static final class BatchRestartApplicationsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchRestartApplicationsResponseBody |
build() |
BatchRestartApplicationsResponseBody.Builder |
code(String code)
The API status or POP error code.
|
BatchRestartApplicationsResponseBody.Builder |
data(BatchRestartApplicationsResponseBody.Data data)
The response.
|
BatchRestartApplicationsResponseBody.Builder |
errorCode(String errorCode)
The error code.
|
BatchRestartApplicationsResponseBody.Builder |
message(String message)
The additional information.
|
BatchRestartApplicationsResponseBody.Builder |
requestId(String requestId)
The request ID.
|
BatchRestartApplicationsResponseBody.Builder |
success(Boolean success)
Indicates whether the applications were started.
|
BatchRestartApplicationsResponseBody.Builder |
traceId(String traceId)
The ID of the trace, which is used to query the exact call information.
|
public BatchRestartApplicationsResponseBody.Builder code(String code)
The API status or POP error code. Value description:
2xx: The request was successful. 3xx: The request was redirected. 4xx: The request was invalid. 5xx: A server error occurred.
example:200
public BatchRestartApplicationsResponseBody.Builder data(BatchRestartApplicationsResponseBody.Data data)
The response.
public BatchRestartApplicationsResponseBody.Builder errorCode(String errorCode)
The error code. Value description:
If the request succeeds, this field is not returned. It is returned only if the request fails. For more information, see the "Error codes" section in this topic.
example:System.Upgrading
public BatchRestartApplicationsResponseBody.Builder message(String message)
The additional information. Value description:
If the request succeeds, a success message is returned. If the request fails, an error code is returned.
example:success
public BatchRestartApplicationsResponseBody.Builder requestId(String requestId)
The request ID.
example:91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
public BatchRestartApplicationsResponseBody.Builder success(Boolean success)
Indicates whether the applications were started. Valid values:
true and false
example:true
public BatchRestartApplicationsResponseBody.Builder traceId(String traceId)
The ID of the trace, which is used to query the exact call information.
example:0a98a02315955564772843261e****
public BatchRestartApplicationsResponseBody build()
Copyright © 2026. All rights reserved.