| Constructor and Description |
|---|
GetStickersKeywordsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getChunksCount() |
java.lang.String |
getChunksHash() |
java.lang.Integer |
getCount() |
java.util.List<StickersKeyword> |
getDictionary() |
int |
hashCode() |
GetStickersKeywordsResponse |
setChunksCount(java.lang.Integer chunksCount) |
GetStickersKeywordsResponse |
setChunksHash(java.lang.String chunksHash) |
GetStickersKeywordsResponse |
setCount(java.lang.Integer count) |
GetStickersKeywordsResponse |
setDictionary(java.util.List<StickersKeyword> dictionary) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getChunksCount()
public GetStickersKeywordsResponse setChunksCount(java.lang.Integer chunksCount)
public java.lang.String getChunksHash()
public GetStickersKeywordsResponse setChunksHash(java.lang.String chunksHash)
public java.lang.Integer getCount()
public GetStickersKeywordsResponse setCount(java.lang.Integer count)
public java.util.List<StickersKeyword> getDictionary()
public GetStickersKeywordsResponse setDictionary(java.util.List<StickersKeyword> dictionary)
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()