@Configuration @ConfigurationProperties(prefix="project.material") public class MaterialProperties extends Object
| Constructor and Description |
|---|
MaterialProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFile_path()
文件存储位置
|
String |
getStorageMode()
素材缓存存储方式(file-本地文件,obs-对象存储)
|
int |
hashCode() |
void |
setFile_path(String file_path)
文件存储位置
|
void |
setStorageMode(String storageMode)
素材缓存存储方式(file-本地文件,obs-对象存储)
|
String |
toString() |
public String getStorageMode()
public String getFile_path()
public void setStorageMode(String storageMode)
public void setFile_path(String file_path)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.