Package com.restfb.types
Class Video.VideoPhase
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Video.VideoPhase
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Video
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionStatus of a videoPahse.void
setBytesTransfered
(Long bytesTransfered) void
setErrors
(List<Video.VideoPhaseError> errors) void
setPublishStatus
(String publishStatus) void
setPublishTime
(Date publishTime) void
Status of a videoPahse.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoPhase
public VideoPhase()
-
-
Method Details
-
getStatus
Status of a videoPahse. not_started, in_progress, complete, error- Returns:
- Status of a videoPhase
-
setStatus
Status of a videoPahse. not_started, in_progress, complete, error -
getBytesTransfered
-
setBytesTransfered
-
getPublishStatus
-
setPublishStatus
-
getPublishTime
-
setPublishTime
-
getErrors
-
setErrors
-