Class FetchMessageByOffsetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.FetchMessageByOffsetRequest
-
public class FetchMessageByOffsetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceId()Get 实例IdLonggetOffset()Get 位点信息,必填LonggetPartition()Get 分区idStringgetTopic()Get 主题名voidsetInstanceId(String InstanceId)Set 实例IdvoidsetOffset(Long Offset)Set 位点信息,必填voidsetPartition(Long Partition)Set 分区idvoidsetTopic(String Topic)Set 主题名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FetchMessageByOffsetRequest
public FetchMessageByOffsetRequest()
-
FetchMessageByOffsetRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例Id- Returns:
- InstanceId 实例Id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例Id- Parameters:
InstanceId- 实例Id
-
getTopic
public String getTopic()
Get 主题名- Returns:
- Topic 主题名
-
setTopic
public void setTopic(String Topic)
Set 主题名- Parameters:
Topic- 主题名
-
getPartition
public Long getPartition()
Get 分区id- Returns:
- Partition 分区id
-
setPartition
public void setPartition(Long Partition)
Set 分区id- Parameters:
Partition- 分区id
-
getOffset
public Long getOffset()
Get 位点信息,必填- Returns:
- Offset 位点信息,必填
-
setOffset
public void setOffset(Long Offset)
Set 位点信息,必填- Parameters:
Offset- 位点信息,必填
-
-