public class FixedLocationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
FixedLocationRequestBody()
Default constructor
|
FixedLocationRequestBody(FixedLocationRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getCoordinates()
Return the position of the location.
|
String |
getMapProjection()
Return the map projection used to define the coordinates.
|
String |
getPostalAddress()
Return the postal address of the location (if appropriate).
|
String |
getTimeZone()
Return the time zone for the location.
|
int |
hashCode()
Return hash code for this object
|
void |
setCoordinates(String coordinates)
Set up the position of the location.
|
void |
setMapProjection(String mapProjection)
Set up the map projection used to define the coordinates.
|
void |
setPostalAddress(String postalAddress)
Set up the postal address of the location (if appropriate).
|
void |
setTimeZone(String timeZone)
Set up the time zone for the location.
|
String |
toString()
JSON-style toString
|
public FixedLocationRequestBody()
public FixedLocationRequestBody(FixedLocationRequestBody template)
template - object to copypublic String getCoordinates()
public void setCoordinates(String coordinates)
coordinates - string coordinatespublic String getMapProjection()
public void setMapProjection(String mapProjection)
mapProjection - namepublic String getPostalAddress()
public void setPostalAddress(String postalAddress)
postalAddress - addresspublic String getTimeZone()
public void setTimeZone(String timeZone)
timeZone - timezone identifierpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.