public static final class GetCheckPointResponse.GetCheckPointResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckPointResponse.GetCheckPointResponseBody |
build() |
GetCheckPointResponse.GetCheckPointResponseBody.Builder |
checkpoint(String checkpoint)
The value of the checkpoint.
|
GetCheckPointResponse.GetCheckPointResponseBody.Builder |
consumer(String consumer)
The consumer at the checkpoint.
|
GetCheckPointResponse.GetCheckPointResponseBody.Builder |
shard(Integer shard)
The shard ID.
|
GetCheckPointResponse.GetCheckPointResponseBody.Builder |
updateTime(Long updateTime)
The time when the checkpoint was last updated.
|
public GetCheckPointResponse.GetCheckPointResponseBody.Builder shard(Integer shard)
The shard ID.
example:0
public GetCheckPointResponse.GetCheckPointResponseBody.Builder checkpoint(String checkpoint)
The value of the checkpoint.
example:MTUyNDE1NTM3OTM3MzkwODQ5Ng==
public GetCheckPointResponse.GetCheckPointResponseBody.Builder updateTime(Long updateTime)
The time when the checkpoint was last updated. The value is a UNIX timestamp representing the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1524224984800922
public GetCheckPointResponse.GetCheckPointResponseBody.Builder consumer(String consumer)
The consumer at the checkpoint.
example:consumer_1
public GetCheckPointResponse.GetCheckPointResponseBody build()
Copyright © 2025. All rights reserved.