Class TweakClockEvent
-
- All Implemented Interfaces:
-
java.io.Serializable
public class TweakClockEvent implements Serializable
- Since:
2022-10-31
trydofor
-
-
Constructor Summary
Constructors Constructor Description TweakClockEvent()
-
Method Summary
Modifier and Type Method Description longgetUserId()Long. voidsetUserId(long userId)Long. longgetMills()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. voidsetMills(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. booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
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.
-
hashCode
int hashCode()
-
-
-
-