Class GetBannedResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.stories.responses.GetBannedResponse
-
-
Constructor Summary
Constructors Constructor Description GetBannedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetCount()java.util.List<java.lang.Integer>getItems()inthashCode()GetBannedResponsesetCount(java.lang.Integer count)GetBannedResponsesetItems(java.util.List<java.lang.Integer> items)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 GetBannedResponse setCount(java.lang.Integer count)
-
getItems
public java.util.List<java.lang.Integer> getItems()
-
setItems
public GetBannedResponse setItems(java.util.List<java.lang.Integer> items)
-
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()
-
-