public class ResetMsgSubOffsetByTimestampRequest extends AbstractModel
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 cluster ID
|
String |
getEnvironmentId()
Get Namespace name.
|
String |
getSubscription()
Get Subscriber name.
|
String |
getTopicName()
Get Topic name.
|
Long |
getToTimestamp()
Get Timestamp, accurate down to the millisecond.
|
void |
setClusterId(String ClusterId)
Set Pulsar cluster ID
|
void |
setEnvironmentId(String EnvironmentId)
Set Namespace name.
|
void |
setSubscription(String Subscription)
Set Subscriber name.
|
void |
setTopicName(String TopicName)
Set Topic name.
|
void |
setToTimestamp(Long ToTimestamp)
Set Timestamp, accurate down to the millisecond.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ResetMsgSubOffsetByTimestampRequest()
public ResetMsgSubOffsetByTimestampRequest(ResetMsgSubOffsetByTimestampRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- Namespace name.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic name.public String getSubscription()
public void setSubscription(String Subscription)
Subscription
- Subscriber name.public Long getToTimestamp()
public void setToTimestamp(Long ToTimestamp)
ToTimestamp
- Timestamp, accurate down to the millisecond.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Pulsar cluster IDCopyright © 2023. All rights reserved.