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