Class SilencerRuntimeProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SilencerRuntimeProp.Key) public class SilencerRuntimeProp
Runtime Mode of the Application. wings-warlock-runtime-77.properties
- Since:
2021-10-09
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic RunModerunModepublic final static StringKey$runModepublic ApiModeapiModepublic final static StringKey$apiMode
-
Constructor Summary
Constructors Constructor Description SilencerRuntimeProp()
-
Method Summary
Modifier and Type Method Description RunModegetRunMode()RunMode of the application voidsetRunMode(RunMode runMode)RunMode of the application ApiModegetApiMode()ApiMode of the application voidsetApiMode(ApiMode apiMode)ApiMode of the application booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getRunMode
RunMode getRunMode()
RunMode of the application
-
setRunMode
void setRunMode(RunMode runMode)
RunMode of the application
-
getApiMode
ApiMode getApiMode()
ApiMode of the application
-
setApiMode
void setApiMode(ApiMode apiMode)
ApiMode of the application
-
hashCode
int hashCode()
-
-
-
-