public static final class BatchStartApplicationsResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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)
- **2xx**: The call was successful. - **3xx**: The call was redirected. - **4xx**: The call failed. - **5xx**: A server error occurred.
public BatchStartApplicationsResponseBody.Builder data(BatchStartApplicationsResponseBody.Data data)
* If the request is successful, this parameter is not returned.**** * This parameter is returned only if the request failed.**** For more information, see **Error codes** in this topic.
public BatchStartApplicationsResponseBody.Builder errorCode(String errorCode)
- The ErrorCode parameter is not returned if the request succeeds. - If the call fails, the ErrorCode parameter is returned. For more information, see the "Error codes" section of this topic.
public BatchStartApplicationsResponseBody.Builder message(String message)
public BatchStartApplicationsResponseBody.Builder requestId(String requestId)
public BatchStartApplicationsResponseBody.Builder success(Boolean success)
- **true** - **false**
public BatchStartApplicationsResponseBody.Builder traceId(String traceId)
public BatchStartApplicationsResponseBody build()
Copyright © 2024. All rights reserved.