Class GetStickersKeywordsResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.store.responses.GetStickersKeywordsResponse
-
-
Constructor Summary
Constructors Constructor Description GetStickersKeywordsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetChunksCount()java.lang.StringgetChunksHash()java.lang.IntegergetCount()java.util.List<StickersKeyword>getDictionary()inthashCode()GetStickersKeywordsResponsesetChunksCount(java.lang.Integer chunksCount)GetStickersKeywordsResponsesetChunksHash(java.lang.String chunksHash)GetStickersKeywordsResponsesetCount(java.lang.Integer count)GetStickersKeywordsResponsesetDictionary(java.util.List<StickersKeyword> dictionary)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
-
-
-
Method Detail
-
getCount
public java.lang.Integer getCount()
-
setCount
public GetStickersKeywordsResponse setCount(java.lang.Integer count)
-
getDictionary
public java.util.List<StickersKeyword> getDictionary()
-
setDictionary
public GetStickersKeywordsResponse setDictionary(java.util.List<StickersKeyword> dictionary)
-
getChunksCount
public java.lang.Integer getChunksCount()
-
setChunksCount
public GetStickersKeywordsResponse setChunksCount(java.lang.Integer chunksCount)
-
getChunksHash
public java.lang.String getChunksHash()
-
setChunksHash
public GetStickersKeywordsResponse setChunksHash(java.lang.String chunksHash)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-
-