public static final class BatchStopApplicationsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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)
The HTTP status code. Take note of the following rules:
200
public BatchStopApplicationsResponseBody.Builder data(BatchStopApplicationsResponseBody.Data data)
The ID of the change order.
public BatchStopApplicationsResponseBody.Builder errorCode(String errorCode)
The error code returned if the request failed. Take note of the following rules:
Null
public BatchStopApplicationsResponseBody.Builder message(String message)
The ID of the trace. It can be used to query the details of a request.
example:success
public BatchStopApplicationsResponseBody.Builder requestId(String requestId)
The returned message.
7BD8F4C7-D84C-4D46-9885-8212997E****
public BatchStopApplicationsResponseBody.Builder success(Boolean success)
Indicates whether the application is created. Valid values
true
public BatchStopApplicationsResponseBody.Builder traceId(String traceId)
The returned data.
example:0bc3b6e215637275918588187d****
public BatchStopApplicationsResponseBody build()
Copyright © 2026. All rights reserved.