public class PartyPromoteMessage
extends java.lang.Object
Constructor and Description |
---|
PartyPromoteMessage() |
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 to promote a new leader for.
|
UserPresence |
getPresence()
The presence of an existing party member to promote as the new leader.
|
int |
hashCode() |
void |
setPartyId(java.lang.String partyId)
Party ID to promote a new leader for.
|
void |
setPresence(UserPresence presence)
The presence of an existing party member to promote as the new leader.
|
java.lang.String |
toString() |
public java.lang.String getPartyId()
public UserPresence getPresence()
public void setPartyId(java.lang.String partyId)
public void setPresence(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