public class ResetRocketMQConsumerOffSetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResetRocketMQConsumerOffSetRequest() | 
| ResetRocketMQConsumerOffSetRequest(ResetRocketMQConsumerOffSetRequest 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 | getClusterId()Get 集群ID | 
| String | getGroupId()Get 消费组名称 | 
| String | getNamespaceId()Get 命名空间名称 | 
| Long | getResetTimestamp()Get 重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位 | 
| Boolean | getRetryFlag()Get 重置的是否是retry topic | 
| String | getTopic()Get 主题名称 | 
| Long | getType()Get 重置方式,0表示从最新位点开始,1表示从指定时间点开始 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setGroupId(String GroupId)Set 消费组名称 | 
| void | setNamespaceId(String NamespaceId)Set 命名空间名称 | 
| void | setResetTimestamp(Long ResetTimestamp)Set 重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位 | 
| void | setRetryFlag(Boolean RetryFlag)Set 重置的是否是retry topic | 
| void | setTopic(String Topic)Set 主题名称 | 
| void | setType(Long Type)Set 重置方式,0表示从最新位点开始,1表示从指定时间点开始 | 
| 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 ResetRocketMQConsumerOffSetRequest()
public ResetRocketMQConsumerOffSetRequest(ResetRocketMQConsumerOffSetRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - 命名空间名称public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 消费组名称public Long getType()
public void setType(Long Type)
Type - 重置方式,0表示从最新位点开始,1表示从指定时间点开始public String getTopic()
public void setTopic(String Topic)
Topic - 主题名称public Long getResetTimestamp()
public void setResetTimestamp(Long ResetTimestamp)
ResetTimestamp - 重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位public Boolean getRetryFlag()
public void setRetryFlag(Boolean RetryFlag)
RetryFlag - 重置的是否是retry topicCopyright © 2025. All rights reserved.