Package com.restfb.types
Class VideoCaption
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.VideoCaption
-
- All Implemented Interfaces:
Serializable
public class VideoCaption extends AbstractFacebookType
Represents the Video Caption API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoCaption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreateTime()
Boolean
getIsAutoGenerated()
Boolean
getIsDefault()
String
getLocale()
String
getLocaleName()
String
getUri()
void
setCreateTime(Date createTime)
void
setIsAutoGenerated(Boolean isAutoGenerated)
void
setIsDefault(Boolean isDefault)
void
setLocale(String locale)
void
setLocaleName(String localeName)
void
setUri(String uri)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
VideoCaption
public VideoCaption()
-
-
Method Detail
-
getLocaleName
public String getLocaleName()
-
setLocaleName
public void setLocaleName(String localeName)
-
getIsDefault
public Boolean getIsDefault()
-
setIsDefault
public void setIsDefault(Boolean isDefault)
-
getIsAutoGenerated
public Boolean getIsAutoGenerated()
-
setIsAutoGenerated
public void setIsAutoGenerated(Boolean isAutoGenerated)
-
getCreateTime
public Date getCreateTime()
-
setCreateTime
public void setCreateTime(Date createTime)
-
-