public class ConsumerGroupCheckPointResponse extends Response
| 构造器和说明 |
|---|
ConsumerGroupCheckPointResponse(Map<String,String> headers,
com.alibaba.fastjson.JSONArray checkPointsArray) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ConsumerGroupShardCheckPoint> |
getCheckPoints() |
ArrayList<ConsumerGroupShardCheckPoint> |
GetCheckPoints()
已过时。
Use
getCheckPoints() instead. |
void |
SetCheckPoints(ArrayList<ConsumerGroupShardCheckPoint> checkPoints)
已过时。
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 © 2020. All Rights Reserved.