public class InstagramPerson extends SocialPerson
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
bio
Bio of social person
|
static <any> |
CREATOR |
int |
followedBy
Count of social person's followers
|
int |
follows
Count of social person's follows
|
java.lang.String |
fullName
Full name of social person
|
int |
media
Count of social person's media
|
java.lang.String |
website
Website of social person from user contacts
|
avatarURL, email, id, name, profileURL| Modifier | Constructor and Description |
|---|---|
|
InstagramPerson() |
protected |
InstagramPerson(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final <any> CREATOR
public java.lang.String bio
public java.lang.String website
public java.lang.String fullName
public int media
public int followedBy
public int follows
public InstagramPerson()
protected InstagramPerson(Parcel in)
public int describeContents()
describeContents in class SocialPersonpublic void writeToParcel(Parcel dest,
int flags)
writeToParcel in class SocialPersonpublic boolean equals(java.lang.Object o)
equals in class SocialPersonpublic int hashCode()
hashCode in class SocialPersonpublic java.lang.String toString()
toString in class SocialPerson