public class MatchmakerUser
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.Map<java.lang.String,java.lang.Double> |
getNumericProperties()
The numeric properties which this user asked to matchmake with.
|
java.lang.String |
getPartyId()
Party identifier, if this user was matched as a party member.
|
UserPresence |
getPresence()
The presence of the user.
|
java.util.Map<java.lang.String,java.lang.String> |
getStringProperties()
The string properties which this user asked to matchmake with.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getPartyId()
public java.util.Map<java.lang.String,java.lang.Double> getNumericProperties()
public UserPresence getPresence()
public java.util.Map<java.lang.String,java.lang.String> getStringProperties()
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