public static final class DescribeJobStatusResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeJobStatusResponseBody.Data.Builder |
active(Long active)
The number of running instances.
|
DescribeJobStatusResponseBody.Data |
build() |
DescribeJobStatusResponseBody.Data.Builder |
completionTime(Long completionTime)
The time when the job was executed.
|
DescribeJobStatusResponseBody.Data.Builder |
failed(Long failed)
The number of instances that failed to run.
|
DescribeJobStatusResponseBody.Data.Builder |
jobId(String jobId)
The job ID.
|
DescribeJobStatusResponseBody.Data.Builder |
message(String message)
The returned message.
|
DescribeJobStatusResponseBody.Data.Builder |
startTime(Long startTime)
The time when the job was created.
|
DescribeJobStatusResponseBody.Data.Builder |
state(String state)
The status of the job.
|
DescribeJobStatusResponseBody.Data.Builder |
succeeded(Long succeeded)
The number of instances that are successfully run.
|
public DescribeJobStatusResponseBody.Data.Builder active(Long active)
The number of running instances.
example:0
public DescribeJobStatusResponseBody.Data.Builder completionTime(Long completionTime)
The time when the job was executed.
example:1657522839
public DescribeJobStatusResponseBody.Data.Builder failed(Long failed)
The number of instances that failed to run.
example:0
public DescribeJobStatusResponseBody.Data.Builder jobId(String jobId)
The job ID.
example:event-b798157b-40a2-4388-b578-71fb897103**-**
public DescribeJobStatusResponseBody.Data.Builder message(String message)
The returned message. Take note of the following rules:
success
public DescribeJobStatusResponseBody.Data.Builder startTime(Long startTime)
The time when the job was created.
example:1657522800
public DescribeJobStatusResponseBody.Data.Builder state(String state)
The status of the job. Valid values:
1
public DescribeJobStatusResponseBody.Data.Builder succeeded(Long succeeded)
The number of instances that are successfully run.
example:3
public DescribeJobStatusResponseBody.Data build()
Copyright © 2026. All rights reserved.