Package com.mypurecloud.sdk.v2.model
Class ConversationContentLocation
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentLocation
- All Implemented Interfaces:
Serializable
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
-
ConversationContentLocation
public ConversationContentLocation() -
ConversationContentLocation
-
-
Method Details
-
url
URL of the Location. -
getUrl
-
setUrl
-
address
Location postal address. -
getAddress
-
setAddress
-
text
Location name. -
getText
-
setText
-
latitude
Latitude of the location. -
getLatitude
-
setLatitude
-
longitude
Longitude of the location. -
getLongitude
-
setLongitude
-
equals
-
hashCode
public int hashCode() -
toString
-