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 GeoLocationDetails getGeoLocationDetails()
public void setGeoLocationDetails(GeoLocationDetails geoLocationDetails)
geoLocationDetails - A complex type that contains the information about the specified geo
location.public GetGeoLocationResult withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
Returns a reference to this object so that method calls can be chained together.
geoLocationDetails - A complex type that contains the information about the specified geo
location.public String toString()
toString in class ObjectObject.toString()public GetGeoLocationResult clone()
Copyright © 2015. All rights reserved.