public class MatchPresenceEvent
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<UserPresence> |
getJoins()
Presences of users who joined the match.
|
java.util.List<UserPresence> |
getLeaves()
Presences of users who left the match.
|
java.lang.String |
getMatchId()
The unique match identifier.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getMatchId()
public java.util.List<UserPresence> getJoins()
public java.util.List<UserPresence> getLeaves()
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