public static final class DescribePipelineResponseBody.Data.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribePipelineResponseBody.Data |
build() |
DescribePipelineResponseBody.Data.Builder |
coStatus(String coStatus)
The status of the change order for the batch.
|
DescribePipelineResponseBody.Data.Builder |
currentStageId(String currentStageId)
The ID of the batch processing stage.
|
DescribePipelineResponseBody.Data.Builder |
nextPipelineId(String nextPipelineId)
The ID of the next batch.
|
DescribePipelineResponseBody.Data.Builder |
pipelineId(String pipelineId)
The ID of the batch.
|
DescribePipelineResponseBody.Data.Builder |
pipelineName(String pipelineName)
The name of the batch.
|
DescribePipelineResponseBody.Data.Builder |
pipelineStatus(Integer pipelineStatus)
The batch status.
|
DescribePipelineResponseBody.Data.Builder |
showBatch(Boolean showBatch)
Indicates whether to start processing the next batch.
|
DescribePipelineResponseBody.Data.Builder |
stageList(List<DescribePipelineResponseBody.StageList> stageList)
The list of batch processing stages.
|
public DescribePipelineResponseBody.Data.Builder coStatus(String coStatus)
public DescribePipelineResponseBody.Data.Builder currentStageId(String currentStageId)
public DescribePipelineResponseBody.Data.Builder nextPipelineId(String nextPipelineId)
public DescribePipelineResponseBody.Data.Builder pipelineId(String pipelineId)
public DescribePipelineResponseBody.Data.Builder pipelineName(String pipelineName)
public DescribePipelineResponseBody.Data.Builder pipelineStatus(Integer pipelineStatus)
* **0**: The batch is prepared for processing. * **1**: The task is being executed. * **2**: successful * **3**: The processing failed in this stage. * **6**: The batch processing was terminated. * **10**: The batch could not be processed due to a system exception.
public DescribePipelineResponseBody.Data.Builder showBatch(Boolean showBatch)
* **false**: indicates that the next batch cannot be processed yet. * **true**: indicates that the next batch can be processed now.
public DescribePipelineResponseBody.Data.Builder stageList(List<DescribePipelineResponseBody.StageList> stageList)
public DescribePipelineResponseBody.Data build()
Copyright © 2024. All rights reserved.