Class CLSNotice

    • Constructor Detail

      • CLSNotice

        public CLSNotice()
      • CLSNotice

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

      • getRegion

        public String getRegion()
        Get 地域
        Returns:
        Region 地域
      • setRegion

        public void setRegion​(String Region)
        Set 地域
        Parameters:
        Region - 地域
      • getLogSetId

        public String getLogSetId()
        Get 日志集Id
        Returns:
        LogSetId 日志集Id
      • setLogSetId

        public void setLogSetId​(String LogSetId)
        Set 日志集Id
        Parameters:
        LogSetId - 日志集Id
      • getTopicId

        public String getTopicId()
        Get 主题Id
        Returns:
        TopicId 主题Id
      • setTopicId

        public void setTopicId​(String TopicId)
        Set 主题Id
        Parameters:
        TopicId - 主题Id
      • getEnable

        public Long getEnable()
        Get 启停状态,可不传,默认启用。0=停用,1=启用
        Returns:
        Enable 启停状态,可不传,默认启用。0=停用,1=启用
      • setEnable

        public void setEnable​(Long Enable)
        Set 启停状态,可不传,默认启用。0=停用,1=启用
        Parameters:
        Enable - 启停状态,可不传,默认启用。0=停用,1=启用