Class CreateClsLogSetRequest

    • Constructor Detail

      • CreateClsLogSetRequest

        public CreateClsLogSetRequest()
      • CreateClsLogSetRequest

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

      • getLogsetName

        public String getLogsetName()
        Get 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。
        Returns:
        LogsetName 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。
      • setLogsetName

        public void setLogsetName​(String LogsetName)
        Set 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。
        Parameters:
        LogsetName - 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。
      • getPeriod

        public Long getPeriod()
        Get 日志集的保存周期,单位:天。
        Returns:
        Period 日志集的保存周期,单位:天。
      • setPeriod

        public void setPeriod​(Long Period)
        Set 日志集的保存周期,单位:天。
        Parameters:
        Period - 日志集的保存周期,单位:天。
      • getLogsetType

        public String getLogsetType()
        Get 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
        Returns:
        LogsetType 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
      • setLogsetType

        public void setLogsetType​(String LogsetType)
        Set 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
        Parameters:
        LogsetType - 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。