facebook4j.internal.json
Class PictureJSONImpl
java.lang.Object
facebook4j.internal.json.PictureJSONImpl
- All Implemented Interfaces:
- Picture, java.io.Serializable
final class PictureJSONImpl
- extends java.lang.Object
- implements Picture, java.io.Serializable
- Author:
- Ryuji Yamashita - roundrop at gmail.com
| 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
url
private final java.net.URL url
isSilhouette
private final java.lang.Boolean isSilhouette
PictureJSONImpl
PictureJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
PictureJSONImpl
PictureJSONImpl(java.net.URL url)
getURL
public java.net.URL getURL()
- Specified by:
getURL in interface Picture
isSilhouette
public java.lang.Boolean isSilhouette()
- Specified by:
isSilhouette in interface Picture
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