Class ClsConfig

    • Constructor Detail

      • ClsConfig

        public ClsConfig()
      • ClsConfig

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

      • getType

        public String getType()
        Get 接入类型,可选项为free、customer
        Returns:
        Type 接入类型,可选项为free、customer
      • setType

        public void setType​(String Type)
        Set 接入类型,可选项为free、customer
        Parameters:
        Type - 接入类型,可选项为free、customer
      • getLogSetId

        public String getLogSetId()
        Get 自定义CLS的日志集ID,只有当Type为customer时生效
        Returns:
        LogSetId 自定义CLS的日志集ID,只有当Type为customer时生效
      • setLogSetId

        public void setLogSetId​(String LogSetId)
        Set 自定义CLS的日志集ID,只有当Type为customer时生效
        Parameters:
        LogSetId - 自定义CLS的日志集ID,只有当Type为customer时生效
      • getTopicId

        public String getTopicId()
        Get 自定义CLS的日志主题ID,只有当Type为customer时生效
        Returns:
        TopicId 自定义CLS的日志主题ID,只有当Type为customer时生效
      • setTopicId

        public void setTopicId​(String TopicId)
        Set 自定义CLS的日志主题ID,只有当Type为customer时生效
        Parameters:
        TopicId - 自定义CLS的日志主题ID,只有当Type为customer时生效