Class ContentLocation
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.ContentLocation
-
- All Implemented Interfaces:
Serializable
public class ContentLocation extends Object implements Serializable
Location content. Location object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentLocationaddress(String address)Location postal address.booleanequals(Object o)StringgetAddress()DoublegetLatitude()DoublegetLongitude()StringgetText()StringgetUrl()inthashCode()ContentLocationlatitude(Double latitude)Latitude of the location.ContentLocationlongitude(Double longitude)Longitude of the location.voidsetAddress(String address)voidsetLatitude(Double latitude)voidsetLongitude(Double longitude)voidsetText(String text)voidsetUrl(String url)ContentLocationtext(String text)Location name.StringtoString()ContentLocationurl(String url)URL of the Location.
-
-
-
Method Detail
-
address
public ContentLocation address(String address)
Location postal address.
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
latitude
public ContentLocation latitude(Double latitude)
Latitude of the location.
-
getLatitude
public Double getLatitude()
-
setLatitude
public void setLatitude(Double latitude)
-
longitude
public ContentLocation longitude(Double longitude)
Longitude of the location.
-
getLongitude
public Double getLongitude()
-
setLongitude
public void setLongitude(Double longitude)
-
text
public ContentLocation text(String text)
Location name.
-
getText
public String getText()
-
setText
public void setText(String text)
-
url
public ContentLocation url(String url)
URL of the Location.
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-