public static final class GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder extends Object
构造器和说明 |
---|
Builder() |
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder retryType(Integer retryType)
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder showManualIgnorance(Boolean showManualIgnorance)
* true: Errors that occur in the change process are ignored. This parameter can be set to true only when URL health checks are performed. * false: Errors that occur in the change process are not ignored.
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder taskErrorCode(String taskErrorCode)
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder taskErrorIgnorance(Integer taskErrorIgnorance)
* 0: The task is not error-tolerant. * 1: The task is error-tolerant.
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder taskErrorMessage(String taskErrorMessage)
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder taskId(String taskId)
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder taskMessage(String taskMessage)
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder taskName(String taskName)
public GetChangeOrderInfoResponseBody.TaskInfoDTO.Builder taskStatus(String taskStatus)
* 0: ready * 1: in progress * 2: successful * 3: failed * 6: terminated * 8: wait for manual confirmation to trigger the next batch during a manual phased release * 9: wait to trigger the next batch during an automatic phased release * 10: failed due to a system exception
public GetChangeOrderInfoResponseBody.TaskInfoDTO build()
Copyright © 2023. All rights reserved.