| Constructor and Description |
|---|
GetInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
BoolInt |
get_2faRequired() |
java.lang.String |
getCountry() |
BoolInt |
getHttpsRequired() |
BoolInt |
getIntro() |
java.lang.Integer |
getLang() |
BoolInt |
getNoWallReplies() |
BoolInt |
getOwnPostsDefault() |
int |
hashCode() |
boolean |
is_2faRequired() |
boolean |
isHttpsRequired() |
boolean |
isIntro() |
boolean |
isNoWallReplies() |
boolean |
isOwnPostsDefault() |
GetInfoResponse |
setCountry(java.lang.String country) |
GetInfoResponse |
setLang(java.lang.Integer lang) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic boolean is_2faRequired()
public BoolInt get_2faRequired()
public java.lang.String getCountry()
public GetInfoResponse setCountry(java.lang.String country)
public boolean isHttpsRequired()
public BoolInt getHttpsRequired()
public boolean isIntro()
public BoolInt getIntro()
public java.lang.Integer getLang()
public GetInfoResponse setLang(java.lang.Integer lang)
public boolean isNoWallReplies()
public BoolInt getNoWallReplies()
public boolean isOwnPostsDefault()
public BoolInt getOwnPostsDefault()
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()