public class MatchmakerMatched
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMatchId()
The id used to join the match.
|
MatchmakerUser |
getSelf()
The current user who matched with opponents.
|
java.lang.String |
getTicket()
The ticket sent by the server when the user requested to matchmake for other players.
|
java.lang.String |
getToken()
The token used to join a match.
|
java.util.List<MatchmakerUser> |
getUsers()
The other users matched with this user and the parameters they sent.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getMatchId()
public java.lang.String getTicket()
public java.lang.String getToken()
public java.util.List<MatchmakerUser> getUsers()
public MatchmakerUser getSelf()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object