java.lang.Object
com.thecoderscorner.menu.remote.commands.MenuJoinCommand
All Implemented Interfaces:
MenuCommand

public class MenuJoinCommand extends Object implements MenuCommand
  • Constructor Details

    • MenuJoinCommand

      public MenuJoinCommand(UUID uuid, String myName, ApiPlatform platform, int apiVer, int serialNo)
  • Method Details

    • getMyName

      public String getMyName()
    • getAppUuid

      public UUID getAppUuid()
    • getApiVersion

      public int getApiVersion()
    • getPlatform

      public ApiPlatform getPlatform()
    • getSerialNumber

      public int getSerialNumber()
    • getCommandType

      public MessageField getCommandType()
      Description copied from interface: MenuCommand
      The type of message received.
      Specified by:
      getCommandType in interface MenuCommand
      Returns:
      the command type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object