public static final class BatchStopApplicationsResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
BatchStopApplicationsResponseBody |
build() |
BatchStopApplicationsResponseBody.Builder |
code(String code)
The HTTP status code.
|
BatchStopApplicationsResponseBody.Builder |
data(BatchStopApplicationsResponseBody.Data data)
The ID of the change order.
|
BatchStopApplicationsResponseBody.Builder |
errorCode(String errorCode)
The error code returned if the request failed.
|
BatchStopApplicationsResponseBody.Builder |
message(String message)
The ID of the trace.
|
BatchStopApplicationsResponseBody.Builder |
requestId(String requestId)
The returned message.
|
BatchStopApplicationsResponseBody.Builder |
success(Boolean success)
Indicates whether the application is created.
|
BatchStopApplicationsResponseBody.Builder |
traceId(String traceId)
The returned data.
|
public BatchStopApplicationsResponseBody.Builder code(String code)
- **2xx**: The call was successful. - **3xx**: The call was redirected. - **4xx**: The call failed. - **5xx**: A server error occurred.
public BatchStopApplicationsResponseBody.Builder data(BatchStopApplicationsResponseBody.Data data)
public BatchStopApplicationsResponseBody.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 BatchStopApplicationsResponseBody.Builder message(String message)
public BatchStopApplicationsResponseBody.Builder requestId(String requestId)
* **success** is returned when the request succeeds. * An error code is returned when the request fails.
public BatchStopApplicationsResponseBody.Builder success(Boolean success)
- **true** - **false**
public BatchStopApplicationsResponseBody.Builder traceId(String traceId)
public BatchStopApplicationsResponseBody build()
Copyright © 2024. All rights reserved.