public class ConsumerGroupShardCheckPoint extends Object implements Serializable
| Constructor and Description |
|---|
ConsumerGroupShardCheckPoint() |
ConsumerGroupShardCheckPoint(int shard,
String checkPoint,
long updateTime,
String consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
Deserialize(com.alibaba.fastjson.JSONObject obj) |
String |
getCheckPoint() |
String |
getConsumer() |
int |
getShard() |
long |
getUpdateTime() |
void |
setCheckPoint(String checkPoint) |
void |
setConsumer(String consumer) |
void |
setShard(int shard) |
void |
setUpdateTime(long updateTime) |
String |
toString() |
public ConsumerGroupShardCheckPoint(int shard,
String checkPoint,
long updateTime,
String consumer)
public ConsumerGroupShardCheckPoint()
public int getShard()
public void setShard(int shard)
public String getCheckPoint()
public void setCheckPoint(String checkPoint)
public long getUpdateTime()
public void setUpdateTime(long updateTime)
public String getConsumer()
public void setConsumer(String consumer)
public void Deserialize(com.alibaba.fastjson.JSONObject obj)
Copyright © 2025. All Rights Reserved.