public class NexmoImage
extends java.lang.Object
implements java.io.Serializable, android.os.Parcelable
| Modifier and Type | Field and Description | 
|---|---|
| static android.os.Parcelable.Creator<NexmoImage> | CREATOR | 
| Modifier and Type | Method and Description | 
|---|---|
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| NexmoImageRepresentation | getMedium()Gets medium image size represented by  NexmoImageRepresentation. | 
| NexmoImageRepresentation | getOriginal()Gets original image size represented by  NexmoImageRepresentation. | 
| NexmoImageRepresentation | getThumbnail()Gets thumbnail image size represented by  NexmoImageRepresentation. | 
| int | hashCode() | 
| java.lang.String | toString() | 
| void | writeToParcel(android.os.Parcel dest,
             int flags) | 
public static final android.os.Parcelable.Creator<NexmoImage> CREATOR
public NexmoImageRepresentation getOriginal()
NexmoImageRepresentation.public NexmoImageRepresentation getMedium()
NexmoImageRepresentation.public NexmoImageRepresentation getThumbnail()
NexmoImageRepresentation.public java.lang.String toString()
toString in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
                          int flags)
writeToParcel in interface android.os.Parcelablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object