public static final class DescribeShardTaskInfoResponseBody.Review.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeShardTaskInfoResponseBody.Review |
build() |
DescribeShardTaskInfoResponseBody.Review.Builder |
expired(Integer expired)
Indicates the number of remaining days before the tasks expire.
|
DescribeShardTaskInfoResponseBody.Review.Builder |
progress(Integer progress)
Indicates the progress of the tasks.
|
DescribeShardTaskInfoResponseBody.Review.Builder |
startTime(String startTime)
Indicates the start time when the tasks are performed.
|
DescribeShardTaskInfoResponseBody.Review.Builder |
total(Integer total)
Indicates the number of tasks.
|
DescribeShardTaskInfoResponseBody.Review.Builder |
tps(Integer tps)
Indicates the number of transactions processed by the database per second.
|
public DescribeShardTaskInfoResponseBody.Review.Builder expired(Integer expired)
public DescribeShardTaskInfoResponseBody.Review.Builder progress(Integer progress)
public DescribeShardTaskInfoResponseBody.Review.Builder startTime(String startTime)
public DescribeShardTaskInfoResponseBody.Review.Builder total(Integer total)
public DescribeShardTaskInfoResponseBody.Review.Builder tps(Integer tps)
public DescribeShardTaskInfoResponseBody.Review build()
Copyright © 2024. All rights reserved.