public class FetchMessageListByOffsetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FetchMessageListByOffsetRequest() | 
| FetchMessageListByOffsetRequest(FetchMessageListByOffsetRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceId()Get ckafka集群实例Id | 
| Long | getOffset()Get 位点信息 | 
| Long | getPartition()Get 分区id | 
| Long | getSinglePartitionRecordNumber()Get 最大查询条数,默认20,最大20 | 
| String | getTopic()Get 主题名 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id | 
| void | setOffset(Long Offset)Set 位点信息 | 
| void | setPartition(Long Partition)Set 分区id | 
| void | setSinglePartitionRecordNumber(Long SinglePartitionRecordNumber)Set 最大查询条数,默认20,最大20 | 
| void | setTopic(String Topic)Set 主题名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FetchMessageListByOffsetRequest()
public FetchMessageListByOffsetRequest(FetchMessageListByOffsetRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Idpublic String getTopic()
public void setTopic(String Topic)
Topic - 主题名public Long getPartition()
public void setPartition(Long Partition)
Partition - 分区idpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 位点信息public Long getSinglePartitionRecordNumber()
public void setSinglePartitionRecordNumber(Long SinglePartitionRecordNumber)
SinglePartitionRecordNumber - 最大查询条数,默认20,最大20Copyright © 2025. All rights reserved.