public class GetGeoLocationResult extends Object implements Serializable, Cloneable
A complex type containing information about the specified geo location.
Constructor and Description |
---|
GetGeoLocationResult() |
Modifier and Type | Method and Description |
---|---|
GetGeoLocationResult |
clone() |
boolean |
equals(Object obj) |
GeoLocationDetails |
getGeoLocationDetails()
A complex type that contains the information about the specified geo
location.
|
int |
hashCode() |
void |
setGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the information about the specified geo
location.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetGeoLocationResult |
withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the information about the specified geo
location.
|
public void setGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the information about the specified geo location.
geoLocationDetails
- A complex type that contains the information about the specified
geo location.public GeoLocationDetails getGeoLocationDetails()
A complex type that contains the information about the specified geo location.
public GetGeoLocationResult withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the information about the specified geo location.
geoLocationDetails
- A complex type that contains the information about the specified
geo location.public String toString()
toString
in class Object
Object.toString()
public GetGeoLocationResult clone()
Copyright © 2018. All rights reserved.