@ConfigurationProperties(prefix="spring.gaea.subscribes.oss") public class OSSProperties extends Object implements Serializable
| 构造器和说明 |
|---|
OSSProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
OSSAmazonS3Properties |
getAmazonS3() |
String |
getFileTypeWhileList() |
OSSMinioProperties |
getMinio() |
OSSNFSProperties |
getNfs() |
String |
getRefererWhiteList() |
boolean |
isEnabled() |
void |
setAmazonS3(OSSAmazonS3Properties amazonS3) |
void |
setEnabled(boolean enabled) |
void |
setFileTypeWhileList(String fileTypeWhileList) |
void |
setMinio(OSSMinioProperties minio) |
void |
setNfs(OSSNFSProperties nfs) |
void |
setRefererWhiteList(String refererWhiteList) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getFileTypeWhileList()
public void setFileTypeWhileList(String fileTypeWhileList)
public String getRefererWhiteList()
public void setRefererWhiteList(String refererWhiteList)
public OSSMinioProperties getMinio()
public void setMinio(OSSMinioProperties minio)
public OSSAmazonS3Properties getAmazonS3()
public void setAmazonS3(OSSAmazonS3Properties amazonS3)
public OSSNFSProperties getNfs()
public void setNfs(OSSNFSProperties nfs)
Copyright © 2022. All rights reserved.