public class PartyCreateMessage
extends java.lang.Object
| Constructor and Description |
|---|
PartyCreateMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getMaxSize()
Maximum number of party members.
|
int |
hashCode() |
boolean |
isOpen()
Whether the party will require join requests to be approved by the party leader.
|
void |
setMaxSize(int maxSize)
Maximum number of party members.
|
void |
setOpen(boolean open)
Whether the party will require join requests to be approved by the party leader.
|
java.lang.String |
toString() |
public boolean isOpen()
public int getMaxSize()
public void setOpen(boolean open)
public void setMaxSize(int maxSize)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object