Package com.vk.api.sdk.objects.messages
Class HistoryMessageAttachment
- java.lang.Object
-
- com.vk.api.sdk.objects.messages.HistoryMessageAttachment
-
-
Constructor Summary
Constructors Constructor Description HistoryMessageAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)AudiogetAudio()AudioMessagegetAudioMessage()DocgetDoc()GraffitigetGraffiti()LinkgetLink()LinkgetMarket()PhotogetPhoto()LinkgetShare()HistoryMessageAttachmentTypegetType()VideogetVideo()LinkgetWall()inthashCode()HistoryMessageAttachmentsetAudio(Audio audio)HistoryMessageAttachmentsetAudioMessage(AudioMessage audioMessage)HistoryMessageAttachmentsetDoc(Doc doc)HistoryMessageAttachmentsetGraffiti(Graffiti graffiti)HistoryMessageAttachmentsetLink(Link link)HistoryMessageAttachmentsetMarket(Link market)HistoryMessageAttachmentsetPhoto(Photo photo)HistoryMessageAttachmentsetShare(Link share)HistoryMessageAttachmentsetType(HistoryMessageAttachmentType type)HistoryMessageAttachmentsetVideo(Video video)HistoryMessageAttachmentsetWall(Link wall)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
-
getAudio
public Audio getAudio()
-
setAudio
public HistoryMessageAttachment setAudio(Audio audio)
-
getAudioMessage
public AudioMessage getAudioMessage()
-
setAudioMessage
public HistoryMessageAttachment setAudioMessage(AudioMessage audioMessage)
-
getDoc
public Doc getDoc()
-
setDoc
public HistoryMessageAttachment setDoc(Doc doc)
-
getGraffiti
public Graffiti getGraffiti()
-
setGraffiti
public HistoryMessageAttachment setGraffiti(Graffiti graffiti)
-
getLink
public Link getLink()
-
setLink
public HistoryMessageAttachment setLink(Link link)
-
getMarket
public Link getMarket()
-
setMarket
public HistoryMessageAttachment setMarket(Link market)
-
getPhoto
public Photo getPhoto()
-
setPhoto
public HistoryMessageAttachment setPhoto(Photo photo)
-
getShare
public Link getShare()
-
setShare
public HistoryMessageAttachment setShare(Link share)
-
getType
public HistoryMessageAttachmentType getType()
-
setType
public HistoryMessageAttachment setType(HistoryMessageAttachmentType type)
-
getVideo
public Video getVideo()
-
setVideo
public HistoryMessageAttachment setVideo(Video video)
-
getWall
public Link getWall()
-
setWall
public HistoryMessageAttachment setWall(Link wall)
-
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()
-
-