public class NexmoMessageLocation
extends java.lang.Object
implements java.io.Serializable, android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NexmoMessageTemplateWhatsapp> |
CREATOR |
Constructor and Description |
---|
NexmoMessageLocation(java.lang.String longitude,
java.lang.String latitude,
java.lang.String name,
java.lang.String address) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAddress()
Gets the address of the location.
|
java.lang.String |
getLatitude()
Gets the latitude of the location.
|
java.lang.String |
getLongitude()
Gets the longitude of the location.
|
java.lang.String |
getName()
Gets the name of the location.
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<NexmoMessageTemplateWhatsapp> CREATOR
public NexmoMessageLocation(java.lang.String longitude, java.lang.String latitude, java.lang.String name, java.lang.String address)
public java.lang.String getLongitude()
public java.lang.String getLatitude()
public java.lang.String getName()
public java.lang.String getAddress()
public java.lang.String toString()
toString
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object