public class StoryLike extends Object implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
StoryLike.Emotion
느낌 값
|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<StoryLike> |
CONVERTER |
static Parcelable.Creator<StoryLike> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
StoryLike(JSONObject body) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object obj) |
StoryActor |
getActor() |
StoryLike.Emotion |
getEmoticon() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int i) |
public static final com.kakao.network.response.JSONObjectConverter<StoryLike> CONVERTER
public static final Parcelable.Creator<StoryLike> CREATOR
public StoryLike(JSONObject body) throws com.kakao.network.response.ResponseBody.ResponseBodyException
com.kakao.network.response.ResponseBody.ResponseBodyException
public int describeContents()
describeContents
in interface Parcelable
public StoryActor getActor()
public StoryLike.Emotion getEmoticon()
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable