Class WarlockCheckProp

  • All Implemented Interfaces:

    @ConfigurationProperties(value = WarlockCheckProp.Key) 
    public class WarlockCheckProp
    
                        

    wings-warlock-check-77.properties whether to check timezone.

    Since:

    2021-02-17

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getTzOffset() seconds, database and JVM time offset, absolute maximum.
      void setTzOffset(int tzOffset) seconds, database and JVM time offset, absolute maximum.
      boolean isTzFail() whether to terminate or to log only when the time offset is exceeded.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      void setTzFail(boolean tzFail) whether to terminate or to log only when the time offset is exceeded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WarlockCheckProp

        WarlockCheckProp()
    • Method Detail

      • getTzOffset

         int getTzOffset()

        seconds, database and JVM time offset, absolute maximum.

      • setTzOffset

         void setTzOffset(int tzOffset)

        seconds, database and JVM time offset, absolute maximum.

      • isTzFail

         boolean isTzFail()

        whether to terminate or to log only when the time offset is exceeded.

      • setTzFail

         void setTzFail(boolean tzFail)

        whether to terminate or to log only when the time offset is exceeded.