Class EnableEventPersistenceRequest


  • public class EnableEventPersistenceRequest
    extends AbstractModel
    • Constructor Detail

      • EnableEventPersistenceRequest

        public EnableEventPersistenceRequest()
      • EnableEventPersistenceRequest

        public EnableEventPersistenceRequest​(EnableEventPersistenceRequest 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

      • getClusterId

        public String getClusterId()
        Get 集群ID
        Returns:
        ClusterId 集群ID
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群ID
        Parameters:
        ClusterId - 集群ID
      • getLogsetId

        public String getLogsetId()
        Get cls服务的logsetID
        Returns:
        LogsetId cls服务的logsetID
      • setLogsetId

        public void setLogsetId​(String LogsetId)
        Set cls服务的logsetID
        Parameters:
        LogsetId - cls服务的logsetID
      • getTopicId

        public String getTopicId()
        Get cls服务的topicID
        Returns:
        TopicId cls服务的topicID
      • setTopicId

        public void setTopicId​(String TopicId)
        Set cls服务的topicID
        Parameters:
        TopicId - cls服务的topicID
      • getTopicRegion

        public String getTopicRegion()
        Get topic所在地域,默认为集群所在地域
        Returns:
        TopicRegion topic所在地域,默认为集群所在地域
      • setTopicRegion

        public void setTopicRegion​(String TopicRegion)
        Set topic所在地域,默认为集群所在地域
        Parameters:
        TopicRegion - topic所在地域,默认为集群所在地域