Package com.restfb.types
Class Url.OGObject
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.Url.OGObject
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Url
public static class Url.OGObject extends FacebookType
The Open Graph object that is canonically associated with this URL.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description OGObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getImage()
String
getTitle()
String
getType()
Date
getUpdatedTime()
String
getUrl()
void
setDescription(String description)
void
setImage(String image)
void
setTitle(String title)
void
setType(String type)
void
setUpdatedTime(Date updatedTime)
void
setUrl(String url)
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, setId, setMetadata
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
OGObject
public OGObject()
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getType
public String getType()
- Overrides:
getType
in classFacebookType
-
setType
public void setType(String type)
- Overrides:
setType
in classFacebookType
-
getUpdatedTime
public Date getUpdatedTime()
-
setUpdatedTime
public void setUpdatedTime(Date updatedTime)
-
-