public class FetchMessageByOffsetRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
FetchMessageByOffsetRequest() |
FetchMessageByOffsetRequest(FetchMessageByOffsetRequest 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
|
String |
getTopic()
Get 主题名
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例Id
|
void |
setOffset(Long Offset)
Set 位点信息,必填
|
void |
setPartition(Long Partition)
Set 分区id
|
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, toJsonString
public FetchMessageByOffsetRequest()
public FetchMessageByOffsetRequest(FetchMessageByOffsetRequest 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
- 位点信息,必填Copyright © 2024. All rights reserved.