public class ConsumerGroupCheckPointResponse extends Response
| Constructor and Description |
|---|
ConsumerGroupCheckPointResponse(Map<String,String> headers,
com.alibaba.fastjson.JSONArray checkPointsArray) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsumerGroupShardCheckPoint> |
getCheckPoints() |
ArrayList<ConsumerGroupShardCheckPoint> |
GetCheckPoints()
Deprecated.
Use
getCheckPoints() instead. |
void |
SetCheckPoints(ArrayList<ConsumerGroupShardCheckPoint> checkPoints)
Deprecated.
Use
setCheckPoints(List) instead. |
void |
setCheckPoints(List<ConsumerGroupShardCheckPoint> checkPoints) |
GetAllHeaders, GetHeader, GetRequestId@Deprecated public ArrayList<ConsumerGroupShardCheckPoint> GetCheckPoints()
getCheckPoints() instead.@Deprecated public void SetCheckPoints(ArrayList<ConsumerGroupShardCheckPoint> checkPoints)
setCheckPoints(List) instead.public List<ConsumerGroupShardCheckPoint> getCheckPoints()
public void setCheckPoints(List<ConsumerGroupShardCheckPoint> checkPoints)
Copyright © 2025. All Rights Reserved.