@ConfigurationProperties(prefix="project") public class FileStorageProperties extends Object
| Constructor and Description |
|---|
FileStorageProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getFileDownloadSizeLimit()
文件下载大小限制(单位MB)
|
String |
getFilePassword()
文件存储内置密码
|
Boolean |
getShowLocalDisk()
是否显示本地磁盘列表
|
int |
hashCode() |
void |
setFileDownloadSizeLimit(Integer fileDownloadSizeLimit)
文件下载大小限制(单位MB)
|
void |
setFilePassword(String filePassword)
文件存储内置密码
|
void |
setShowLocalDisk(Boolean showLocalDisk)
是否显示本地磁盘列表
|
String |
toString() |
public Boolean getShowLocalDisk()
public String getFilePassword()
public Integer getFileDownloadSizeLimit()
public void setShowLocalDisk(Boolean showLocalDisk)
public void setFilePassword(String filePassword)
public void setFileDownloadSizeLimit(Integer fileDownloadSizeLimit)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.