Package com.vk.api.sdk.objects.stories
Class StoryVideo
- java.lang.Object
-
- com.vk.api.sdk.objects.video.Video
-
- com.vk.api.sdk.objects.stories.StoryVideo
-
-
Constructor Summary
Constructors Constructor Description StoryVideo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BoolIntgetIsPrivate()inthashCode()booleanisPrivate()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, getIsSubscribed, getLikes, getLiveNotify, getLiveStartTime, getLiveStatus, getLocalViews, getOwnerId, getPlatform, getPlayer, getReposts, getSpectators, getTitle, getTrackCode, getType, getUserId, getViews, getWidth, isAdded, isConverting, isLive, isLiveNotify, 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
-
getIsPrivate
public BoolInt getIsPrivate()
- Overrides:
getIsPrivatein classVideo
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classVideo
-
-