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 Details

    • GetHistoryExtendedResponse

      public GetHistoryExtendedResponse()
  • Method Details

    • getCount

      public java.lang.Integer getCount()
    • setCount

      public GetHistoryExtendedResponse setCount​(java.lang.Integer count)
    • getItems

      public java.util.List<Message> getItems()
    • setItems

      public GetHistoryExtendedResponse setItems​(java.util.List<Message> items)
    • getProfiles

      public java.util.List<UserFull> getProfiles()
    • setProfiles

      public GetHistoryExtendedResponse setProfiles​(java.util.List<UserFull> profiles)
    • getGroups

      public java.util.List<GroupFull> getGroups()
    • setGroups

      public GetHistoryExtendedResponse setGroups​(java.util.List<GroupFull> groups)
    • getConversations

      public java.util.List<Conversation> getConversations()
    • setConversations

      public GetHistoryExtendedResponse setConversations​(java.util.List<Conversation> conversations)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • toPrettyString

      public java.lang.String toPrettyString()