Class OssProxyProperties

java.lang.Object
cn.herodotus.oss.solution.properties.OssProxyProperties

@ConfigurationProperties(prefix="herodotus.oss.proxy") public class OssProxyProperties extends Object

Description: OSS 代理配置参数

Author:
: gengwei.zheng
Date:
: 2023/8/19 18:34
  • Constructor Details

    • OssProxyProperties

      public OssProxyProperties()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)