public class MyStoryImageInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<MyStoryImageInfo> |
CONVERTER |
static Parcelable.Creator<MyStoryImageInfo> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
MyStoryImageInfo(JSONObject body) |
MyStoryImageInfo(String xlarge,
String large,
String medium,
String small,
String original) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getLarge() |
String |
getMedium() |
String |
getOriginal() |
String |
getSmall() |
String |
getXlarge() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int i) |
public static final com.kakao.network.response.JSONObjectConverter<MyStoryImageInfo> CONVERTER
public static final Parcelable.Creator<MyStoryImageInfo> CREATOR
public MyStoryImageInfo(JSONObject body)
public int describeContents()
describeContents
in interface Parcelable
public String getLarge()
public String getMedium()
public String getOriginal()
public String getSmall()
public String getXlarge()
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable