facebook4j.internal.json
Class PhotoJSONImpl.ImageJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.PhotoJSONImpl.ImageJSONImpl
All Implemented Interfaces:
Photo.Image, java.io.Serializable
Enclosing class:
PhotoJSONImpl

private final class PhotoJSONImpl.ImageJSONImpl
extends java.lang.Object
implements Photo.Image, java.io.Serializable


Field Summary
private  java.lang.Integer height
           
private static long serialVersionUID
           
private  java.net.URL source
           
private  java.lang.Integer width
           
 
Constructor Summary
PhotoJSONImpl.ImageJSONImpl(JSONObject json)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getHeight()
           
private  PhotoJSONImpl getOuterType()
           
 java.net.URL getSource()
           
 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

height

private java.lang.Integer height

width

private java.lang.Integer width

source

private java.net.URL source
Constructor Detail

PhotoJSONImpl.ImageJSONImpl

PhotoJSONImpl.ImageJSONImpl(JSONObject json)
Method Detail

getHeight

public java.lang.Integer getHeight()
Specified by:
getHeight in interface Photo.Image

getWidth

public java.lang.Integer getWidth()
Specified by:
getWidth in interface Photo.Image

getSource

public java.net.URL getSource()
Specified by:
getSource in interface Photo.Image

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getOuterType

private PhotoJSONImpl getOuterType()