public class Content extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}id" minOccurs="0"/> <element ref="{}title"/> <element ref="{}submitted-url"/> <element ref="{}shortened-url" minOccurs="0"/> <element ref="{}submitted-image-url"/> <element ref="{}description" minOccurs="0"/> <element ref="{}thumbnail-url" minOccurs="0"/> <element ref="{}resolved-url" minOccurs="0"/> <element ref="{}eyebrow-url" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
eyebrowUrl |
protected String |
id |
protected String |
resolvedUrl |
protected String |
shortenedUrl |
protected String |
submittedImageUrl |
protected String |
submittedUrl |
protected String |
thumbnailUrl |
protected String |
title |
Constructor and Description |
---|
Content() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getEyebrowUrl()
Gets the value of the eyebrowUrl property.
|
String |
getId()
Gets the value of the id property.
|
String |
getResolvedUrl()
Gets the value of the resolvedUrl property.
|
String |
getShortenedUrl()
Gets the value of the shortenedUrl property.
|
String |
getSubmittedImageUrl()
Gets the value of the submittedImageUrl property.
|
String |
getSubmittedUrl()
Gets the value of the submittedUrl property.
|
String |
getThumbnailUrl()
Gets the value of the thumbnailUrl property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEyebrowUrl(String value)
Sets the value of the eyebrowUrl property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setResolvedUrl(String value)
Sets the value of the resolvedUrl property.
|
void |
setShortenedUrl(String value)
Sets the value of the shortenedUrl property.
|
void |
setSubmittedImageUrl(String value)
Sets the value of the submittedImageUrl property.
|
void |
setSubmittedUrl(String value)
Sets the value of the submittedUrl property.
|
void |
setThumbnailUrl(String value)
Sets the value of the thumbnailUrl property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String id
protected String title
protected String submittedUrl
protected String shortenedUrl
protected String submittedImageUrl
protected String description
protected String thumbnailUrl
protected String resolvedUrl
protected String eyebrowUrl
public void setId(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getSubmittedUrl()
String
public void setSubmittedUrl(String value)
value
- allowed object is
String
public String getShortenedUrl()
String
public void setShortenedUrl(String value)
value
- allowed object is
String
public String getSubmittedImageUrl()
String
public void setSubmittedImageUrl(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getThumbnailUrl()
String
public void setThumbnailUrl(String value)
value
- allowed object is
String
public String getResolvedUrl()
String
public void setResolvedUrl(String value)
value
- allowed object is
String
public String getEyebrowUrl()
String
Apache Camel