public static final class BatchStartApplicationsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchStartApplicationsResponseBody |
build() |
BatchStartApplicationsResponseBody.Builder |
code(String code)
The HTTP status code.
|
BatchStartApplicationsResponseBody.Builder |
data(BatchStartApplicationsResponseBody.Data data)
The error code.
|
BatchStartApplicationsResponseBody.Builder |
errorCode(String errorCode)
The error code returned if the request failed.
|
BatchStartApplicationsResponseBody.Builder |
message(String message)
The returned data.
|
BatchStartApplicationsResponseBody.Builder |
requestId(String requestId)
The ID of the trace.
|
BatchStartApplicationsResponseBody.Builder |
success(Boolean success)
Indicates whether the application deployment is successful.
|
BatchStartApplicationsResponseBody.Builder |
traceId(String traceId)
The ID of the change order.
|
public BatchStartApplicationsResponseBody.Builder code(String code)
The HTTP status code. Take note of the following rules:
200
public BatchStartApplicationsResponseBody.Builder data(BatchStartApplicationsResponseBody.Data data)
The error code.
public BatchStartApplicationsResponseBody.Builder errorCode(String errorCode)
The error code returned if the request failed. Take note of the following rules:
NULL
public BatchStartApplicationsResponseBody.Builder message(String message)
The returned data.
example:success
public BatchStartApplicationsResponseBody.Builder requestId(String requestId)
The ID of the trace. It is used to query the details of a request.
example:91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
public BatchStartApplicationsResponseBody.Builder success(Boolean success)
Indicates whether the application deployment is successful. Take note of the following rules:
true
public BatchStartApplicationsResponseBody.Builder traceId(String traceId)
The ID of the change order.
example:0a98a02315955564772843261e****
public BatchStartApplicationsResponseBody build()
Copyright © 2026. All rights reserved.