facebook4j.internal.json
Class ScoreJSONImpl
java.lang.Object
facebook4j.internal.json.FacebookResponseImpl
facebook4j.internal.json.ScoreJSONImpl
- All Implemented Interfaces:
- FacebookResponse, Score, java.io.Serializable
final class ScoreJSONImpl
- extends FacebookResponseImpl
- implements Score, 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
user
private IdNameEntity user
score
private java.lang.Integer score
application
private Application application
type
private java.lang.String type
ScoreJSONImpl
ScoreJSONImpl(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
ScoreJSONImpl
ScoreJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
init
private void init(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getUser
public IdNameEntity getUser()
- Specified by:
getUser in interface Score
getScore
public java.lang.Integer getScore()
- Specified by:
getScore in interface Score
getApplication
public Application getApplication()
- Specified by:
getApplication in interface Score
getType
public java.lang.String getType()
- Specified by:
getType in interface Score
createScoreList
static ResponseList<Score> createScoreList(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
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