@ConfigurationProperties(prefix="org.ametiste.routine.mod.shredder")
public class ModShredderProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModShredderProperties.StaleThreshold |
| Constructor and Description |
|---|
ModShredderProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getStaleStates() |
ModShredderProperties.StaleThreshold |
getStaleThreshold() |
void |
setStaleStates(java.util.List<java.lang.String> staleStates) |
void |
setStaleThreshold(ModShredderProperties.StaleThreshold staleThreshold) |
public ModShredderProperties.StaleThreshold getStaleThreshold()
public void setStaleThreshold(ModShredderProperties.StaleThreshold staleThreshold)
public java.util.List<java.lang.String> getStaleStates()
public void setStaleStates(java.util.List<java.lang.String> staleStates)