Class TweakClockEvent

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class TweakClockEvent
     implements Serializable
                        
    Since:

    2022-10-31

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public long userId
      public long mills
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getUserId() Long.
      void setUserId(long userId) Long.
      long getMills() Condition, mills in the next 3650 days (315360000000), before 1980 (1) milliseconds difference from the system clock (2) fixed time (from 1970-01-01, after 1980) (3) 0 means reset setting, restores the original system settings.
      void setMills(long mills) Condition, mills in the next 3650 days (315360000000), before 1980 (1) milliseconds difference from the system clock (2) fixed time (from 1970-01-01, after 1980) (3) 0 means reset setting, restores the original system settings.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

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

      • TweakClockEvent

        TweakClockEvent()
    • Method Detail

      • getUserId

         long getUserId()

        Long.MAX_VALUE means all user

      • setUserId

         void setUserId(long userId)

        Long.MAX_VALUE means all user

      • getMills

         long getMills()

        Condition, mills in the next 3650 days (315360000000), before 1980 (1) milliseconds difference from the system clock (2) fixed time (from 1970-01-01, after 1980) (3) 0 means reset setting, restores the original system settings.

      • setMills

         void setMills(long mills)

        Condition, mills in the next 3650 days (315360000000), before 1980 (1) milliseconds difference from the system clock (2) fixed time (from 1970-01-01, after 1980) (3) 0 means reset setting, restores the original system settings.