public class ObservationRequest implements AdminLobbyRequest
Request of administrative client to observe a gameRoom specified by given roomId.
public ObservationRequest(@NotNull java.lang.String roomId)
Request of administrative client to observe a gameRoom specified by given roomId.
@NotNull public java.lang.String getRoomId()
@NotNull public java.lang.String component1()
@NotNull public ObservationRequest copy(@NotNull java.lang.String roomId)
Request of administrative client to observe a gameRoom specified by given roomId.
@NotNull public java.lang.String toString()
Request of administrative client to observe a gameRoom specified by given roomId.
public int hashCode()
Request of administrative client to observe a gameRoom specified by given roomId.
public boolean equals(@Nullable java.lang.Object p)
Request of administrative client to observe a gameRoom specified by given roomId.