Class GetCommentsResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.newsfeed.responses.GetCommentsResponse
-
-
Constructor Summary
Constructors Constructor Description GetCommentsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<GroupFull>getGroups()java.util.List<NewsfeedNewsfeedItemOneOf>getItems()java.lang.StringgetNextFrom()java.util.List<UserFull>getProfiles()inthashCode()GetCommentsResponsesetGroups(java.util.List<GroupFull> groups)GetCommentsResponsesetNextFrom(java.lang.String nextFrom)GetCommentsResponsesetProfiles(java.util.List<UserFull> 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<NewsfeedNewsfeedItemOneOf> getItems()
-
getProfiles
public java.util.List<UserFull> getProfiles()
-
setProfiles
public GetCommentsResponse setProfiles(java.util.List<UserFull> profiles)
-
getGroups
public java.util.List<GroupFull> getGroups()
-
setGroups
public GetCommentsResponse setGroups(java.util.List<GroupFull> groups)
-
getNextFrom
public java.lang.String getNextFrom()
-
setNextFrom
public GetCommentsResponse setNextFrom(java.lang.String nextFrom)
-
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()
-
-