public class TestModeResponse implements ILobbyRequest
Response to TestModeRequest containing the current status of testMode.
public TestModeResponse(boolean testMode)
Response to TestModeRequest containing the current status of testMode.
public boolean getTestMode()
public boolean component1()
@NotNull public TestModeResponse copy(boolean testMode)
Response to TestModeRequest containing the current status of testMode.
@NotNull public java.lang.String toString()
Response to TestModeRequest containing the current status of testMode.
public int hashCode()
Response to TestModeRequest containing the current status of testMode.
public boolean equals(@Nullable java.lang.Object p)
Response to TestModeRequest containing the current status of testMode.