public class FetchDatahubMessageByOffsetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FetchDatahubMessageByOffsetRequest() | 
| FetchDatahubMessageByOffsetRequest(FetchDatahubMessageByOffsetRequest 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 | getName()Get 弹性topic名称,可通过[DescribeDatahubTopics](https://cloud.tencent.com/document/product/597/86863)接口获取 | 
| Long | getOffset()Get 位点信息 | 
| Long | getPartition()Get 分区id | 
| void | setName(String Name)Set 弹性topic名称,可通过[DescribeDatahubTopics](https://cloud.tencent.com/document/product/597/86863)接口获取 | 
| void | setOffset(Long Offset)Set 位点信息 | 
| void | setPartition(Long Partition)Set 分区id | 
| 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 FetchDatahubMessageByOffsetRequest()
public FetchDatahubMessageByOffsetRequest(FetchDatahubMessageByOffsetRequest source)
public String getName()
public void setName(String Name)
Name - 弹性topic名称,可通过[DescribeDatahubTopics](https://cloud.tencent.com/document/product/597/86863)接口获取public Long getPartition()
public void setPartition(Long Partition)
Partition - 分区idpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 位点信息Copyright © 2025. All rights reserved.