Class LocationMessageCoordinates
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.LocationMessageCoordinates
-
public class LocationMessageCoordinates extends java.lang.ObjectThe coordinates of the location.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_LATstatic java.lang.StringJSON_PROPERTY_LONG
-
Constructor Summary
Constructors Constructor Description LocationMessageCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationMessageCoordinates_long(java.math.BigDecimal _long)booleanequals(java.lang.Object o)java.math.BigDecimalgetLat()Global latitude.java.math.BigDecimalgetLong()Global longitude.inthashCode()LocationMessageCoordinateslat(java.math.BigDecimal lat)voidsetLat(java.math.BigDecimal lat)voidsetLong(java.math.BigDecimal _long)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LAT
public static final java.lang.String JSON_PROPERTY_LAT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LONG
public static final java.lang.String JSON_PROPERTY_LONG
- See Also:
- Constant Field Values
-
-
Method Detail
-
lat
public LocationMessageCoordinates lat(java.math.BigDecimal lat)
-
getLat
public java.math.BigDecimal getLat()
Global latitude.- Returns:
- lat
-
setLat
public void setLat(java.math.BigDecimal lat)
-
_long
public LocationMessageCoordinates _long(java.math.BigDecimal _long)
-
getLong
public java.math.BigDecimal getLong()
Global longitude.- Returns:
- _long
-
setLong
public void setLong(java.math.BigDecimal _long)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-