Package com.mypurecloud.sdk.v2.model
Class JourneyGeolocation
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyGeolocation
- All Implemented Interfaces:
Serializable
JourneyGeolocation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGeolocation's ISO 3166-1 alpha-2 country code.countryName(String countryName) Geolocation's country name.booleaninthashCode()Geolocation's latitude.Geolocation's locality or city.Geolocation's longitude.postalCode(String postalCode) Geolocation's postal code or ZIP code.Geolocation's ISO-3166-2 region code.regionName(String regionName) Geolocation's region name.voidsetCountry(String country) voidsetCountryName(String countryName) voidsetLatitude(Double latitude) voidsetLocality(String locality) voidsetLongitude(Double longitude) voidsetPostalCode(String postalCode) voidvoidsetRegionName(String regionName) voidvoidsetTimezone(String timezone) The source that was used to determine the geolocation information.Geolocation's timezone.toString()
-
Constructor Details
-
JourneyGeolocation
public JourneyGeolocation() -
JourneyGeolocation
-
-
Method Details
-
country
Geolocation's ISO 3166-1 alpha-2 country code. -
getCountry
-
setCountry
-
countryName
Geolocation's country name. -
getCountryName
-
setCountryName
-
latitude
Geolocation's latitude. -
getLatitude
-
setLatitude
-
longitude
Geolocation's longitude. -
getLongitude
-
setLongitude
-
locality
Geolocation's locality or city. -
getLocality
-
setLocality
-
postalCode
Geolocation's postal code or ZIP code. -
getPostalCode
-
setPostalCode
-
region
Geolocation's ISO-3166-2 region code. -
getRegion
-
setRegion
-
regionName
Geolocation's region name. -
getRegionName
-
setRegionName
-
source
The source that was used to determine the geolocation information. -
getSource
-
setSource
-
timezone
Geolocation's timezone. -
getTimezone
-
setTimezone
-
equals
-
hashCode
public int hashCode() -
toString
-