public class GetGeoLocationResult extends Object implements Serializable
A complex type containing information about the specified geo location.
Constructor and Description |
---|
GetGeoLocationResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.