public class PartyJoinRequest
extends java.lang.Object
Constructor and Description |
---|
PartyJoinRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPartyId()
Party ID these presences are attempting to join.
|
java.util.List<UserPresence> |
getPresence()
Presences attempting to join.
|
int |
hashCode() |
void |
setPartyId(java.lang.String partyId)
Party ID these presences are attempting to join.
|
void |
setPresence(java.util.List<UserPresence> presence)
Presences attempting to join.
|
java.lang.String |
toString() |
public java.lang.String getPartyId()
public java.util.List<UserPresence> getPresence()
public void setPartyId(java.lang.String partyId)
public void setPresence(java.util.List<UserPresence> presence)
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