Class ContentLocation
java.lang.Object
cloud.genesys.webmessaging.sdk.model.ContentLocation
- All Implemented Interfaces:
Serializable
Location content. Location object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLocation postal address.booleangetText()getUrl()inthashCode()Latitude of the location.Longitude of the location.voidsetAddress(String address) voidsetLatitude(Double latitude) voidsetLongitude(Double longitude) voidvoidLocation name.toString()URL of the Location.
-
Constructor Details
-
ContentLocation
public ContentLocation()
-
-
Method Details
-
address
Location postal address. -
getAddress
-
setAddress
-
latitude
Latitude of the location. -
getLatitude
-
setLatitude
-
longitude
Longitude of the location. -
getLongitude
-
setLongitude
-
text
Location name. -
getText
-
setText
-
url
URL of the Location. -
getUrl
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-