| Constructor and Description |
|---|
IsMemberUserIdsExtendedResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInvite() |
boolean |
canRecall() |
boolean |
equals(java.lang.Object o) |
BoolInt |
getCanInvite() |
BoolInt |
getCanRecall() |
BoolInt |
getInvitation() |
BoolInt |
getMember() |
BoolInt |
getRequest() |
java.lang.Long |
getUserId() |
int |
hashCode() |
boolean |
isInvitation() |
boolean |
isMember() |
boolean |
isRequest() |
IsMemberUserIdsExtendedResponse |
setUserId(java.lang.Long userId) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic boolean canInvite()
public BoolInt getCanInvite()
public boolean canRecall()
public BoolInt getCanRecall()
public boolean isInvitation()
public BoolInt getInvitation()
public boolean isMember()
public BoolInt getMember()
public boolean isRequest()
public BoolInt getRequest()
public java.lang.Long getUserId()
public IsMemberUserIdsExtendedResponse setUserId(java.lang.Long userId)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()