Package com.vk.api.sdk.objects.wall
Class WallpostAttachment
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.WallpostAttachment
-
-
Constructor Summary
Constructors Constructor Description WallpostAttachment()
-
Method Summary
-
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
-
getAccessKey
public java.lang.String getAccessKey()
-
setAccessKey
public WallpostAttachment setAccessKey(java.lang.String accessKey)
-
getAlbum
public PhotoAlbum getAlbum()
-
setAlbum
public WallpostAttachment setAlbum(PhotoAlbum album)
-
getApp
public AppPost getApp()
-
setApp
public WallpostAttachment setApp(AppPost app)
-
getAudio
public Audio getAudio()
-
setAudio
public WallpostAttachment setAudio(Audio audio)
-
getDoc
public Doc getDoc()
-
setDoc
public WallpostAttachment setDoc(Doc doc)
-
getEvent
public EventAttach getEvent()
-
setEvent
public WallpostAttachment setEvent(EventAttach event)
-
getGroup
public GroupAttach getGroup()
-
setGroup
public WallpostAttachment setGroup(GroupAttach group)
-
getGraffiti
public Graffiti getGraffiti()
-
setGraffiti
public WallpostAttachment setGraffiti(Graffiti graffiti)
-
getLink
public Link getLink()
-
setLink
public WallpostAttachment setLink(Link link)
-
getMarket
public MarketItem getMarket()
-
setMarket
public WallpostAttachment setMarket(MarketItem market)
-
getMarketAlbum
public MarketAlbum getMarketAlbum()
-
setMarketAlbum
public WallpostAttachment setMarketAlbum(MarketAlbum marketAlbum)
-
getNote
public Note getNote()
-
setNote
public WallpostAttachment setNote(Note note)
-
getPage
public WikipageFull getPage()
-
setPage
public WallpostAttachment setPage(WikipageFull page)
-
getPhoto
public Photo getPhoto()
-
setPhoto
public WallpostAttachment setPhoto(Photo photo)
-
getPhotosList
public java.util.List<java.lang.String> getPhotosList()
-
setPhotosList
public WallpostAttachment setPhotosList(java.util.List<java.lang.String> photosList)
-
getPoll
public Poll getPoll()
-
setPoll
public WallpostAttachment setPoll(Poll poll)
-
getPostedPhoto
public PostedPhoto getPostedPhoto()
-
setPostedPhoto
public WallpostAttachment setPostedPhoto(PostedPhoto postedPhoto)
-
getType
public WallpostAttachmentType getType()
-
setType
public WallpostAttachment setType(WallpostAttachmentType type)
-
getVideo
public Video getVideo()
-
setVideo
public WallpostAttachment 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()
-
-