Class GetRepostsResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.responses.GetRepostsResponse
-
-
Constructor Summary
Constructors Constructor Description GetRepostsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<Group>getGroups()java.util.List<WallpostFull>getItems()java.util.List<User>getProfiles()inthashCode()GetRepostsResponsesetGroups(java.util.List<Group> groups)GetRepostsResponsesetItems(java.util.List<WallpostFull> items)GetRepostsResponsesetProfiles(java.util.List<User> profiles)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
-
getItems
public java.util.List<WallpostFull> getItems()
-
setItems
public GetRepostsResponse setItems(java.util.List<WallpostFull> items)
-
getProfiles
public java.util.List<User> getProfiles()
-
setProfiles
public GetRepostsResponse setProfiles(java.util.List<User> profiles)
-
getGroups
public java.util.List<Group> getGroups()
-
setGroups
public GetRepostsResponse setGroups(java.util.List<Group> groups)
-
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()
-
-