Class SilencerTweakProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SilencerTweakProp.Key) public class SilencerTweakProp
Tweaking of the Application.
- Since:
2021-02-14
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$codeStackpublic longclockOffsetpublic final static StringKey$clockOffsetpublic final static StringKey$mdcThreshold
-
Constructor Summary
Constructors Constructor Description SilencerTweakProp()
-
Method Summary
Modifier and Type Method Description longgetClockOffset()Initial system clock with offset ms, default 0, means ignore voidsetClockOffset(long clockOffset)Initial system clock with offset ms, default 0, means ignore booleanisCodeStack()Whether the Global of CodeException has a stack. booleanisMdcThreshold()Whether to configure WingsMdcThresholdFilter, default true booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetCodeStack(boolean codeStack)Whether the Global of CodeException has a stack. voidsetMdcThreshold(boolean mdcThreshold)Whether to configure WingsMdcThresholdFilter, default true -
-
Method Detail
-
getClockOffset
long getClockOffset()
Initial system clock with offset ms, default 0, means ignore
-
setClockOffset
void setClockOffset(long clockOffset)
Initial system clock with offset ms, default 0, means ignore
-
isCodeStack
boolean isCodeStack()
Whether the Global of CodeException has a stack. default false
-
isMdcThreshold
boolean isMdcThreshold()
Whether to configure WingsMdcThresholdFilter, default true
-
hashCode
int hashCode()
-
setCodeStack
void setCodeStack(boolean codeStack)
Whether the Global of CodeException has a stack. default false
-
setMdcThreshold
void setMdcThreshold(boolean mdcThreshold)
Whether to configure WingsMdcThresholdFilter, default true
-
-
-
-