facebook4j.internal.json
Class CoverJSONImpl
java.lang.Object
facebook4j.internal.json.CoverJSONImpl
- All Implemented Interfaces:
- Cover, java.io.Serializable
final class CoverJSONImpl
- extends java.lang.Object
- implements Cover, 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
id
private final java.lang.String id
source
private final java.lang.String source
offsetY
private final long offsetY
CoverJSONImpl
CoverJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getId
public java.lang.String getId()
- Specified by:
getId in interface Cover
getSource
public java.lang.String getSource()
- Specified by:
getSource in interface Cover
getOffsetY
public long getOffsetY()
- Specified by:
getOffsetY in interface Cover
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