Class COSSettings

    • Constructor Detail

      • COSSettings

        public COSSettings()
      • COSSettings

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

      • getCosSecretId

        public String getCosSecretId()
        Get COS SecretId
        Returns:
        CosSecretId COS SecretId
      • setCosSecretId

        public void setCosSecretId​(String CosSecretId)
        Set COS SecretId
        Parameters:
        CosSecretId - COS SecretId
      • getCosSecretKey

        public String getCosSecretKey()
        Get COS SecrectKey
        Returns:
        CosSecretKey COS SecrectKey
      • setCosSecretKey

        public void setCosSecretKey​(String CosSecretKey)
        Set COS SecrectKey
        Parameters:
        CosSecretKey - COS SecrectKey
      • getLogOnCosPath

        public String getLogOnCosPath()
        Get 日志存储在COS上的路径
        Returns:
        LogOnCosPath 日志存储在COS上的路径
      • setLogOnCosPath

        public void setLogOnCosPath​(String LogOnCosPath)
        Set 日志存储在COS上的路径
        Parameters:
        LogOnCosPath - 日志存储在COS上的路径