public class AuthenticateRequest implements ILobbyRequest
Sent by Client to authenticate as administrator. Is not answered if successful.
public AuthenticateRequest(@NotNull java.lang.String password)
Sent by Client to authenticate as administrator. Is not answered if successful.
@NotNull public java.lang.String getPassword()
@NotNull public java.lang.String component1()
@NotNull public AuthenticateRequest copy(@NotNull java.lang.String password)
Sent by Client to authenticate as administrator. Is not answered if successful.
@NotNull public java.lang.String toString()
Sent by Client to authenticate as administrator. Is not answered if successful.
public int hashCode()
Sent by Client to authenticate as administrator. Is not answered if successful.
public boolean equals(@Nullable java.lang.Object p)
Sent by Client to authenticate as administrator. Is not answered if successful.