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