public class StoryComment extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<StoryComment> |
CONVERTER |
static android.os.Parcelable.Creator<StoryComment> |
CREATOR |
Constructor and Description |
---|
StoryComment(org.json.JSONObject body) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getText() |
StoryActor |
getWriter() |
String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final com.kakao.network.response.JSONObjectConverter<StoryComment> CONVERTER
public static final android.os.Parcelable.Creator<StoryComment> CREATOR
public StoryComment(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 String getText()
public StoryActor getWriter()
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable