public class MyStoryInfo
extends com.kakao.network.response.JSONObjectResponse
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.ResponseStringConverter<MyStoryInfo> |
CONVERTER |
static android.os.Parcelable.Creator<MyStoryInfo> |
CREATOR |
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(android.os.Parcel parcel,
int i) |
public static final com.kakao.network.response.ResponseStringConverter<MyStoryInfo> CONVERTER
public static final android.os.Parcelable.Creator<MyStoryInfo> CREATOR
public MyStoryInfo(String stringData)
public int describeContents()
describeContents
in interface android.os.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(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable