public class User extends InstagramModel
Modifier and Type | Field and Description |
---|---|
protected String |
bio |
protected int |
followerCount |
protected int |
followingCount |
protected String |
fullName |
protected int |
id |
protected int |
mediaCount |
protected String |
profilePictureURI |
protected String |
userName |
protected String |
website |
Constructor and Description |
---|
User(JSONObject obj,
String accessToken) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBio() |
int |
getFollowerCount() |
int |
getFollowingCount() |
String |
getFullName() |
int |
getId() |
int |
getMediaCount() |
String |
getProfilePictureURI() |
String |
getUserName() |
String |
getWebsite() |
protected void |
setBio(String bio) |
protected void |
setFollowerCount(int followerCount) |
protected void |
setFollowingCount(int followingCount) |
protected void |
setFullName(String fullName) |
protected void |
setId(int id) |
protected void |
setMediaCount(int mediaCount) |
protected void |
setProfilePictureURI(String profilePictureURI) |
protected void |
setUserName(String userName) |
protected void |
setWebsite(String website) |
getAccessToken, setAccessToken, toString
protected int id
protected String userName
protected String fullName
protected String profilePictureURI
protected String bio
protected String website
protected int mediaCount
protected int followerCount
protected int followingCount
public User(JSONObject obj, String accessToken) throws JSONException
JSONException
public int getId()
protected void setId(int id)
public String getUserName()
protected void setUserName(String userName)
public String getFullName()
protected void setFullName(String fullName)
public String getProfilePictureURI()
protected void setProfilePictureURI(String profilePictureURI)
protected void setBio(String bio) throws JSONException
JSONException
protected void setWebsite(String website)
protected void setMediaCount(int mediaCount)
protected void setFollowerCount(int followerCount)
protected void setFollowingCount(int followingCount)
Copyright © 2013. All Rights Reserved.