Class TweakStackEvent

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class TweakStackEvent
     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 Boolean stack
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getUserId() Long.
      void setUserId(long userId) Long.
      Boolean getStack() `null` means reset setting, restores the original system settings.
      void setStack(Boolean stack) `null` 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

      • TweakStackEvent

        TweakStackEvent()
    • Method Detail

      • getUserId

         long getUserId()

        Long.MAX_VALUE means all user

      • setUserId

         void setUserId(long userId)

        Long.MAX_VALUE means all user

      • getStack

         Boolean getStack()

        `null` means reset setting, restores the original system settings.

      • setStack

         void setStack(Boolean stack)

        `null` means reset setting, restores the original system settings.