Package com.vk.api.sdk.objects.video
Class VideoFull
- java.lang.Object
-
- com.vk.api.sdk.objects.video.Video
-
- com.vk.api.sdk.objects.video.VideoFull
-
-
Constructor Summary
Constructors Constructor Description VideoFull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)VideoFilesgetFiles()LiveSettingsgetLiveSettings()inthashCode()VideoFullsetFiles(VideoFiles files)VideoFullsetLiveSettings(LiveSettings liveSettings)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class com.vk.api.sdk.objects.video.Video
canAdd, canAddToFaves, canAttachLink, canComment, canEdit, canLike, canRepost, canSubscribe, getAccessKey, getAdded, getAddingDate, getBalance, getCanAdd, getCanAddToFaves, getCanAttachLink, getCanComment, getCanEdit, getCanLike, getCanRepost, getCanSubscribe, getComments, getContentRestricted, getContentRestrictedMessage, getConverting, getDate, getDescription, getDuration, getFirstFrame, getHeight, getId, getImage, getIsFavorite, getIsPrivate, getIsSubscribed, getLikes, getLiveNotify, getLiveStartTime, getLiveStatus, getLocalViews, getOwnerId, getPlatform, getPlayer, getReposts, getSpectators, getTitle, getTrackCode, getType, getUserId, getViews, getWidth, isAdded, isConverting, isLive, isLiveNotify, isPrivate, isProcessing, isRepeat, isSubscribed, isUpcoming, setAccessKey, setAddingDate, setBalance, setComments, setContentRestricted, setContentRestrictedMessage, setDate, setDescription, setDuration, setFirstFrame, setHeight, setId, setImage, setIsFavorite, setLikes, setLiveStartTime, setLiveStatus, setLocalViews, setOwnerId, setPlatform, setPlayer, setReposts, setSpectators, setTitle, setTrackCode, setType, setUserId, setViews, setWidth
-
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
-
getFiles
public VideoFiles getFiles()
-
setFiles
public VideoFull setFiles(VideoFiles files)
-
getLiveSettings
public LiveSettings getLiveSettings()
-
setLiveSettings
public VideoFull setLiveSettings(LiveSettings liveSettings)
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classVideo
-
-