public class MatchData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
byte[] |
getData()
Returns match data
|
java.lang.String |
getMatchId()
The unique match identifier.
|
long |
getOpCode()
The operation code for the state change.
|
UserPresence |
getPresence()
Information on the user who sent the state change.
|
int |
hashCode() |
boolean |
isReliable()
True if this data was delivered reliably, false otherwise.
|
java.lang.String |
toString() |
public byte[] getData()
public java.lang.String getMatchId()
public long getOpCode()
public UserPresence getPresence()
public boolean isReliable()
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