facebook4j.internal.json
Class VideoJSONImpl.FormatJSONImpl
java.lang.Object
facebook4j.internal.json.VideoJSONImpl.FormatJSONImpl
- All Implemented Interfaces:
- Video.Format, java.io.Serializable
- Enclosing class:
- VideoJSONImpl
private final class VideoJSONImpl.FormatJSONImpl
- extends java.lang.Object
- implements Video.Format, java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
embedHtml
private java.lang.String embedHtml
filter
private java.lang.String filter
height
private java.lang.Integer height
width
private java.lang.Integer width
picture
private java.net.URL picture
VideoJSONImpl.FormatJSONImpl
VideoJSONImpl.FormatJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getEmbedHtml
public java.lang.String getEmbedHtml()
- Specified by:
getEmbedHtml in interface Video.Format
getFilter
public java.lang.String getFilter()
- Specified by:
getFilter in interface Video.Format
getHeight
public java.lang.Integer getHeight()
- Specified by:
getHeight in interface Video.Format
getWidth
public java.lang.Integer getWidth()
- Specified by:
getWidth in interface Video.Format
getPicture
public java.net.URL getPicture()
- Specified by:
getPicture in interface Video.Format
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object