public class ObservationResponse implements ProtocolMessage
Sent to client as response to successfully joining a GameRoom as Observer.
public ObservationResponse(@NotNull java.lang.String roomId)
Sent to client as response to successfully joining a GameRoom as Observer.
@NotNull public java.lang.String getRoomId()
@NotNull public java.lang.String component1()
@NotNull public ObservationResponse copy(@NotNull java.lang.String roomId)
Sent to client as response to successfully joining a GameRoom as Observer.
@NotNull public java.lang.String toString()
Sent to client as response to successfully joining a GameRoom as Observer.
public int hashCode()
Sent to client as response to successfully joining a GameRoom as Observer.
public boolean equals(@Nullable java.lang.Object p)
Sent to client as response to successfully joining a GameRoom as Observer.