public class ConsumeLogsRequest extends Object
| 构造器和说明 |
|---|
ConsumeLogsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CheckValidation() |
String |
getCompression() |
String |
getConsumerGroupName() |
String |
getConsumerName() |
String |
getCursor() |
String |
getEndCursor() |
Integer |
getLogGroupCount() |
Integer |
getShardId() |
String |
getTopicId() |
void |
setCompression(String compression) |
void |
setConsumerGroupName(String consumerGroupName) |
void |
setConsumerName(String consumerName) |
void |
setCursor(String cursor) |
void |
setEndCursor(String endCursor) |
void |
setLogGroupCount(Integer logGroupCount) |
void |
setShardId(Integer shardId) |
void |
setTopicId(String topicId) |
public String getCursor()
public void setCursor(String cursor)
cursor - 开始游标public String getEndCursor()
public void setEndCursor(String endCursor)
endCursor - 结束游标public Integer getLogGroupCount()
public void setLogGroupCount(Integer logGroupCount)
logGroupCount - 想要返回的最大 logGroup 数量public String getCompression()
public void setCompression(String compression)
compression - 数据的压缩格式支持lz4、zlibpublic String getTopicId()
public void setTopicId(String topicId)
topicId - 日志主题idpublic Integer getShardId()
public void setShardId(Integer shardId)
shardId - 要消费日志的分区idpublic String getConsumerGroupName()
public void setConsumerGroupName(String consumerGroupName)
consumerGroupName - 消费组名称public String getConsumerName()
public void setConsumerName(String consumerName)
consumerName - 消费者名称public boolean CheckValidation()
Copyright © 2024. All rights reserved.