public class TwitterPerson extends SocialPerson
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
createdDate
Date when profile was created
|
static <any> |
CREATOR |
java.lang.String |
description
Description of twitter user
|
int |
favoritesCount
Count of favorites for twitter user
|
int |
followersCount
Count of followers for twitter user
|
int |
friendsCount
Count of friends for twitter user
|
java.lang.Boolean |
isTranslator
Check if twitter user is translator
|
java.lang.Boolean |
isVerified
Check if twitter user is verified
|
java.lang.String |
lang
Preferred language for twitter user
|
java.lang.String |
location
Location of twitter user
|
java.lang.String |
screenName
Screen name of twitter user
|
java.lang.String |
status
Last status of twitter user
|
java.lang.String |
timezone
Preferred timezone for twitter user
|
avatarURL, email, id, name, profileURL| Constructor and Description |
|---|
TwitterPerson() |
| 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.Long createdDate
public java.lang.String description
public int favoritesCount
public int followersCount
public int friendsCount
public java.lang.String lang
public java.lang.String location
public java.lang.String screenName
public java.lang.String status
public java.lang.String timezone
public java.lang.Boolean isTranslator
public java.lang.Boolean isVerified
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