public class Match
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 |
getLabel()
A label for the match which can be filtered on.
|
java.lang.String |
getMatchId()
The unique match identifier.
|
java.util.List<UserPresence> |
getPresences()
The presences already in the match.
|
UserPresence |
getSelf()
The current user in this match.
|
int |
getSize()
The number of users currently in the match.
|
int |
hashCode() |
boolean |
isAuthoritative()
True if this match has an authoritative handler on the server.
|
java.lang.String |
toString() |
public boolean isAuthoritative()
public java.lang.String getMatchId()
public java.lang.String getLabel()
public java.util.List<UserPresence> getPresences()
public int getSize()
public UserPresence 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