public class ConsumerGroupHeartBeatRequest extends ConsumerGroupRequest
| Constructor and Description |
|---|
ConsumerGroupHeartBeatRequest(String project,
String logstore,
String consumerGroup,
String consumer,
List<Integer> shards) |
| Modifier and Type | Method and Description |
|---|---|
String |
GetRequestBody() |
List<Integer> |
getShards() |
List<Integer> |
GetShards()
Deprecated.
|
void |
SetShards(ArrayList<Integer> shards)
Deprecated.
|
void |
setShards(List<Integer> shards) |
GetLogStore, SetLogStoreGetAllParams, GetParam, GetProject, SetParampublic ConsumerGroupHeartBeatRequest(String project, String logstore, String consumerGroup, String consumer, List<Integer> shards)
project - project namelogstore - logstore nameconsumerGroup - consumer group nameconsumer - consumer nameshards - the shards hold by the consumer@Deprecated public List<Integer> GetShards()
@Deprecated public void SetShards(ArrayList<Integer> shards)
public String GetRequestBody()
Copyright © 2025. All Rights Reserved.