public static final class CreateJobResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateJobResponseBody |
build() |
CreateJobResponseBody.Builder |
code(String code)
The HTTP status code.
|
CreateJobResponseBody.Builder |
data(CreateJobResponseBody.Data data)
The response.
|
CreateJobResponseBody.Builder |
errorCode(String errorCode)
The error code returned if the request failed.
|
CreateJobResponseBody.Builder |
message(String message)
The additional information that is returned.
|
CreateJobResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
CreateJobResponseBody.Builder |
success(Boolean success)
Indicates whether the application deployment is successful.
|
CreateJobResponseBody.Builder |
traceId(String traceId)
The trace ID that is used to query the details of the request.
|
public CreateJobResponseBody.Builder code(String code)
The HTTP status code. Take note of the following rules:
200
public CreateJobResponseBody.Builder data(CreateJobResponseBody.Data data)
The response.
public CreateJobResponseBody.Builder errorCode(String errorCode)
The error code returned if the request failed. Take note of the following rules:
Null
public CreateJobResponseBody.Builder message(String message)
The additional information that is returned. Take note of the following rules:
success
public CreateJobResponseBody.Builder requestId(String requestId)
The ID of the request.
example:01CF26C7-00A3-4AA6-BA76-7E95F2A3***
public CreateJobResponseBody.Builder success(Boolean success)
Indicates whether the application deployment is successful. Take note of the following rules:
true
public CreateJobResponseBody.Builder traceId(String traceId)
The trace ID that is used to query the details of the request.
example:ac1a0b2215622246421415014e****
public CreateJobResponseBody build()
Copyright © 2026. All rights reserved.