public class GetGeoLocationResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing information about the specified geo location.
Modifier and Type | Field and Description |
---|---|
private GeoLocationDetails |
geoLocationDetails
A complex type that contains the information about the specified geo
location.
|
Constructor and Description |
---|
GetGeoLocationResult() |
Modifier and Type | Method and Description |
---|---|
GetGeoLocationResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetGeoLocationResult clone()
clone
in class java.lang.Object