facebook4j.internal.json
Class TestUserJSONImpl
java.lang.Object
facebook4j.internal.json.TestUserJSONImpl
- All Implemented Interfaces:
- TestUser, java.io.Serializable, java.lang.Comparable<TestUser>
final class TestUserJSONImpl
- extends java.lang.Object
- implements TestUser, 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 java.lang.String id
accessToken
private java.lang.String accessToken
loginUrl
private java.lang.String loginUrl
email
private java.lang.String email
password
private java.lang.String password
TestUserJSONImpl
TestUserJSONImpl(HttpResponse res)
throws FacebookException
- Throws:
FacebookException
TestUserJSONImpl
TestUserJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
init
private void init(JSONObject json)
throws FacebookException
- Throws:
FacebookException
compareTo
public int compareTo(TestUser that)
- Specified by:
compareTo in interface java.lang.Comparable<TestUser>
getId
public java.lang.String getId()
- Specified by:
getId in interface TestUser
getAccessToken
public java.lang.String getAccessToken()
- Specified by:
getAccessToken in interface TestUser
getLoginUrl
public java.lang.String getLoginUrl()
- Specified by:
getLoginUrl in interface TestUser
getEmail
public java.lang.String getEmail()
- Specified by:
getEmail in interface TestUser
getPassword
public java.lang.String getPassword()
- Specified by:
getPassword in interface TestUser
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