public class AppFriendInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<AppFriendInfo> |
CONVERTER |
static Parcelable.Creator<AppFriendInfo> |
CREATOR
Below are codes related to Parcelable implementation.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
long |
getId()
App user id
|
String |
getProfileNickname()
친구의 대표 프로필 닉네임.
|
String |
getProfileThumbnailImage()
친구의 썸네일 이미지
|
String |
getUUID()
해당 앱에서 유일한 친구의 code
|
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final com.kakao.network.response.JSONObjectConverter<AppFriendInfo> CONVERTER
public static final Parcelable.Creator<AppFriendInfo> CREATOR
public int describeContents()
describeContents
in interface Parcelable
public long getId()
public String getProfileNickname()
public String getProfileThumbnailImage()
public String getUUID()
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable