Class GetHistoryExtendedResponse
java.lang.Object
com.vk.api.sdk.objects.messages.responses.GetHistoryExtendedResponse
- All Implemented Interfaces:
Validable
public class GetHistoryExtendedResponse extends java.lang.Object implements Validable
GetHistoryExtendedResponse object
-
Constructor Summary
Constructors Constructor Description GetHistoryExtendedResponse()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.List<Conversation>
getConversations()
java.lang.Integer
getCount()
java.util.List<GroupFull>
getGroups()
java.util.List<Message>
getItems()
java.util.List<UserFull>
getProfiles()
int
hashCode()
GetHistoryExtendedResponse
setConversations(java.util.List<Conversation> conversations)
GetHistoryExtendedResponse
setCount(java.lang.Integer count)
GetHistoryExtendedResponse
setGroups(java.util.List<GroupFull> groups)
GetHistoryExtendedResponse
setItems(java.util.List<Message> items)
GetHistoryExtendedResponse
setProfiles(java.util.List<UserFull> profiles)
java.lang.String
toPrettyString()
java.lang.String
toString()
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
-
Constructor Details
-
GetHistoryExtendedResponse
public GetHistoryExtendedResponse()
-
-
Method Details
-
getCount
public java.lang.Integer getCount() -
setCount
-
getItems
-
setItems
-
getProfiles
-
setProfiles
-
getGroups
-
setGroups
-
getConversations
-
setConversations
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-