Class ResetMsgSubOffsetByTimestampRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.ResetMsgSubOffsetByTimestampRequest
-
public class ResetMsgSubOffsetByTimestampRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get Pulsar 集群的IDStringgetEnvironmentId()Get 命名空间名称。StringgetSubscription()Get 订阅者名称。StringgetTopicName()Get 主题名称。LonggetToTimestamp()Get 时间戳,精确到毫秒。voidsetClusterId(String ClusterId)Set Pulsar 集群的IDvoidsetEnvironmentId(String EnvironmentId)Set 命名空间名称。voidsetSubscription(String Subscription)Set 订阅者名称。voidsetTopicName(String TopicName)Set 主题名称。voidsetToTimestamp(Long ToTimestamp)Set 时间戳,精确到毫秒。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ResetMsgSubOffsetByTimestampRequest
public ResetMsgSubOffsetByTimestampRequest()
-
ResetMsgSubOffsetByTimestampRequest
public 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.
-
-
Method Detail
-
getEnvironmentId
public String getEnvironmentId()
Get 命名空间名称。- Returns:
- EnvironmentId 命名空间名称。
-
setEnvironmentId
public void setEnvironmentId(String EnvironmentId)
Set 命名空间名称。- Parameters:
EnvironmentId- 命名空间名称。
-
getTopicName
public String getTopicName()
Get 主题名称。- Returns:
- TopicName 主题名称。
-
setTopicName
public void setTopicName(String TopicName)
Set 主题名称。- Parameters:
TopicName- 主题名称。
-
getSubscription
public String getSubscription()
Get 订阅者名称。- Returns:
- Subscription 订阅者名称。
-
setSubscription
public void setSubscription(String Subscription)
Set 订阅者名称。- Parameters:
Subscription- 订阅者名称。
-
getToTimestamp
public Long getToTimestamp()
Get 时间戳,精确到毫秒。- Returns:
- ToTimestamp 时间戳,精确到毫秒。
-
setToTimestamp
public void setToTimestamp(Long ToTimestamp)
Set 时间戳,精确到毫秒。- Parameters:
ToTimestamp- 时间戳,精确到毫秒。
-
getClusterId
public String getClusterId()
Get Pulsar 集群的ID- Returns:
- ClusterId Pulsar 集群的ID
-
setClusterId
public void setClusterId(String ClusterId)
Set Pulsar 集群的ID- Parameters:
ClusterId- Pulsar 集群的ID
-
-