public class StoryProfile extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<StoryProfile> |
CREATOR |
Constructor and Description |
---|
StoryProfile(String nickName,
String profileImageURL,
String thumbnailURL,
String bgImageURL,
String permalink,
String birthday,
ProfileResponse.BirthdayType birthdayType) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getBgImageURL() |
String |
getBirthday() |
Calendar |
getBirthdayCalendar() |
ProfileResponse.BirthdayType |
getBirthdayType() |
String |
getNickName() |
String |
getPermalink() |
String |
getProfileImageURL() |
String |
getThumbnailURL() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<StoryProfile> CREATOR
public int describeContents()
describeContents
in interface android.os.Parcelable
public String getBgImageURL()
public String getBirthday()
public Calendar getBirthdayCalendar()
public ProfileResponse.BirthdayType getBirthdayType()
public String getNickName()
public String getPermalink()
public String getProfileImageURL()
public String getThumbnailURL()
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable