facebook4j.internal.json
Class VideoJSONImpl.FormatJSONImpl

java.lang.Object
  extended by 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


Field Summary
private  java.lang.String embedHtml
           
private  java.lang.String filter
           
private  java.lang.Integer height
           
private  java.net.URL picture
           
private static long serialVersionUID
           
private  java.lang.Integer width
           
 
Constructor Summary
VideoJSONImpl.FormatJSONImpl(JSONObject json)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getEmbedHtml()
           
 java.lang.String getFilter()
           
 java.lang.Integer getHeight()
           
 java.net.URL getPicture()
           
 java.lang.Integer getWidth()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

VideoJSONImpl.FormatJSONImpl

VideoJSONImpl.FormatJSONImpl(JSONObject json)
                       throws FacebookException
Throws:
FacebookException
Method Detail

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