public class ResetMsgSubOffsetByTimestampRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResetMsgSubOffsetByTimestampRequest() |
ResetMsgSubOffsetByTimestampRequest(ResetMsgSubOffsetByTimestampRequest 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 Pulsar 集群的ID
|
String |
getEnvironmentId()
Get 命名空间名称。
|
String |
getSubscription()
Get 订阅者名称。
|
String |
getTopicName()
Get 主题名称。
|
Long |
getToTimestamp()
Get 时间戳,精确到毫秒。
|
void |
setClusterId(String ClusterId)
Set Pulsar 集群的ID
|
void |
setEnvironmentId(String EnvironmentId)
Set 命名空间名称。
|
void |
setSubscription(String Subscription)
Set 订阅者名称。
|
void |
setTopicName(String TopicName)
Set 主题名称。
|
void |
setToTimestamp(Long ToTimestamp)
Set 时间戳,精确到毫秒。
|
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, toJsonString
public ResetMsgSubOffsetByTimestampRequest()
public ResetMsgSubOffsetByTimestampRequest(ResetMsgSubOffsetByTimestampRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 命名空间名称。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称。public String getSubscription()
public void setSubscription(String Subscription)
Subscription
- 订阅者名称。public Long getToTimestamp()
public void setToTimestamp(Long ToTimestamp)
ToTimestamp
- 时间戳,精确到毫秒。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Pulsar 集群的IDCopyright © 2024. All rights reserved.