public static interface BackendJobRespObj.Builder extends SdkPojo, CopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>
| Modifier and Type | Method and Description |
|---|---|
BackendJobRespObj.Builder |
appId(String appId)
The app ID.
|
BackendJobRespObj.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
BackendJobRespObj.Builder |
createTime(String createTime)
The time when the job was created.
|
BackendJobRespObj.Builder |
error(String error)
If the request fails, this error is returned.
|
BackendJobRespObj.Builder |
jobId(String jobId)
The ID for the job.
|
BackendJobRespObj.Builder |
operation(String operation)
The name of the operation.
|
BackendJobRespObj.Builder |
status(String status)
The current status of the request.
|
BackendJobRespObj.Builder |
updateTime(String updateTime)
The time when the job was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackendJobRespObj.Builder appId(String appId)
The app ID.
appId - The app ID.BackendJobRespObj.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.BackendJobRespObj.Builder createTime(String createTime)
The time when the job was created.
createTime - The time when the job was created.BackendJobRespObj.Builder error(String error)
If the request fails, this error is returned.
error - If the request fails, this error is returned.BackendJobRespObj.Builder jobId(String jobId)
The ID for the job.
jobId - The ID for the job.BackendJobRespObj.Builder operation(String operation)
The name of the operation.
operation - The name of the operation.BackendJobRespObj.Builder status(String status)
The current status of the request.
status - The current status of the request.BackendJobRespObj.Builder updateTime(String updateTime)
The time when the job was last updated.
updateTime - The time when the job was last updated.Copyright © 2022. All rights reserved.