public class MyStoryInfo extends com.kakao.network.response.JSONObjectResponse implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.ResponseStringConverter<MyStoryInfo> |
CONVERTER |
static Parcelable.Creator<MyStoryInfo> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
MyStoryInfo(String stringData) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
getCommentCount() |
List<StoryComment> |
getCommentList() |
String |
getContent() |
String |
getCreatedAt() |
String |
getId() |
List<MyStoryImageInfo> |
getImageInfoList() |
int |
getLikeCount() |
List<StoryLike> |
getLikeList() |
String |
getMediaType() |
String |
getPermission() |
String |
getUrl() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int i) |
public static final com.kakao.network.response.ResponseStringConverter<MyStoryInfo> CONVERTER
public static final Parcelable.Creator<MyStoryInfo> CREATOR
public MyStoryInfo(String stringData)
public int describeContents()
describeContents
in interface Parcelable
public int getCommentCount()
public List<StoryComment> getCommentList()
public String getContent()
public String getCreatedAt()
public String getId()
public List<MyStoryImageInfo> getImageInfoList()
public int getLikeCount()
public String getMediaType()
public String getPermission()
public String getUrl()
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable