public class ControlTimeoutRequest implements AdminLobbyRequest
Used to change whether a player in a slot can time out.
public ControlTimeoutRequest(@NotNull java.lang.String roomId, boolean activate, int slot)
Used to change whether a player in a slot can time out.
@NotNull public java.lang.String getRoomId()
public boolean getActivate()
public int getSlot()
@NotNull public java.lang.String component1()
public boolean component2()
public int component3()
@NotNull public ControlTimeoutRequest copy(@NotNull java.lang.String roomId, boolean activate, int slot)
Used to change whether a player in a slot can time out.
@NotNull public java.lang.String toString()
Used to change whether a player in a slot can time out.
public int hashCode()
Used to change whether a player in a slot can time out.
public boolean equals(@Nullable java.lang.Object p)
Used to change whether a player in a slot can time out.