Class ResetMsgSubOffsetByTimestampRequest


  • public class ResetMsgSubOffsetByTimestampRequest
    extends AbstractModel
    • 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