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 Instance ID. | 
| Long | getOffset()Get Offset information, which is required. | 
| Long | getPartition()Get Partition ID | 
| String | getTopic()Get Topic name | 
| void | setInstanceId(String InstanceId)Set Instance ID. | 
| void | setOffset(Long Offset)Set Offset information, which is required. | 
| void | setPartition(Long Partition)Set Partition ID | 
| void | setTopic(String Topic)Set Topic name | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FetchMessageByOffsetRequest()
public FetchMessageByOffsetRequest(FetchMessageByOffsetRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID.public String getTopic()
public void setTopic(String Topic)
Topic - Topic namepublic Long getPartition()
public void setPartition(Long Partition)
Partition - Partition IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Offset information, which is required.Copyright © 2025. All rights reserved.