Package com.vk.api.sdk.objects.wall
Class CommentAttachment
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.CommentAttachment
-
-
Constructor Summary
Constructors Constructor Description CommentAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)AudiogetAudio()DocgetDoc()LinkgetLink()MarketItemgetMarket()MarketAlbumgetMarketMarketAlbum()AttachedNotegetNote()WikipageFullgetPage()PhotogetPhoto()StickergetSticker()CommentAttachmentTypegetType()VideogetVideo()inthashCode()CommentAttachmentsetAudio(Audio audio)CommentAttachmentsetDoc(Doc doc)CommentAttachmentsetLink(Link link)CommentAttachmentsetMarket(MarketItem market)CommentAttachmentsetMarketMarketAlbum(MarketAlbum marketMarketAlbum)CommentAttachmentsetNote(AttachedNote note)CommentAttachmentsetPage(WikipageFull page)CommentAttachmentsetPhoto(Photo photo)CommentAttachmentsetSticker(Sticker sticker)CommentAttachmentsetType(CommentAttachmentType type)CommentAttachmentsetVideo(Video video)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 CommentAttachment setAudio(Audio audio)
-
getDoc
public Doc getDoc()
-
setDoc
public CommentAttachment setDoc(Doc doc)
-
getLink
public Link getLink()
-
setLink
public CommentAttachment setLink(Link link)
-
getMarket
public MarketItem getMarket()
-
setMarket
public CommentAttachment setMarket(MarketItem market)
-
getMarketMarketAlbum
public MarketAlbum getMarketMarketAlbum()
-
setMarketMarketAlbum
public CommentAttachment setMarketMarketAlbum(MarketAlbum marketMarketAlbum)
-
getNote
public AttachedNote getNote()
-
setNote
public CommentAttachment setNote(AttachedNote note)
-
getPage
public WikipageFull getPage()
-
setPage
public CommentAttachment setPage(WikipageFull page)
-
getPhoto
public Photo getPhoto()
-
setPhoto
public CommentAttachment setPhoto(Photo photo)
-
getSticker
public Sticker getSticker()
-
setSticker
public CommentAttachment setSticker(Sticker sticker)
-
getType
public CommentAttachmentType getType()
-
setType
public CommentAttachment setType(CommentAttachmentType type)
-
getVideo
public Video getVideo()
-
setVideo
public CommentAttachment setVideo(Video video)
-
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()
-
-