Package com.restfb.types
Class Video.VideoPhaseError
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Video.VideoPhaseError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Video
public static class Video.VideoPhaseError extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoPhaseError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCode()
String
getMessage()
void
setCode(Long code)
void
setMessage(String message)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
VideoPhaseError
public VideoPhaseError()
-
-
Method Detail
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
-