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
public static class Video.VideoPhase extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBytesTransfered()
List<Video.VideoPhaseError>
getErrors()
String
getPublishStatus()
Date
getPublishTime()
String
getStatus()
Status of a videoPahse.void
setBytesTransfered(Long bytesTransfered)
void
setErrors(List<Video.VideoPhaseError> errors)
void
setPublishStatus(String publishStatus)
void
setPublishTime(Date publishTime)
void
setStatus(String status)
Status of a videoPahse.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
VideoPhase
public VideoPhase()
-
-
Method Detail
-
getStatus
public String getStatus()
Status of a videoPahse. not_started, in_progress, complete, error- Returns:
- Status of a videoPhase
-
setStatus
public void setStatus(String status)
Status of a videoPahse. not_started, in_progress, complete, error
-
getBytesTransfered
public Long getBytesTransfered()
-
setBytesTransfered
public void setBytesTransfered(Long bytesTransfered)
-
getPublishStatus
public String getPublishStatus()
-
setPublishStatus
public void setPublishStatus(String publishStatus)
-
getPublishTime
public Date getPublishTime()
-
setPublishTime
public void setPublishTime(Date publishTime)
-
getErrors
public List<Video.VideoPhaseError> getErrors()
-
setErrors
public void setErrors(List<Video.VideoPhaseError> errors)
-
-