public class Recommendation 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"/>
<element ref="{}recommendation-type"/>
<element ref="{}recommendation-text" minOccurs="0"/>
<element ref="{}recommendation-snippet" minOccurs="0"/>
<element ref="{}recommender"/>
<element ref="{}recommendee"/>
<element ref="{}web-url" minOccurs="0"/>
<element ref="{}product-id"/>
<element ref="{}timestamp"/>
<element ref="{}text" minOccurs="0"/>
<element ref="{}reply"/>
<element ref="{}likes"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Likes |
likes |
protected Long |
productId |
protected String |
recommendationSnippet |
protected String |
recommendationText |
protected RecommendationType |
recommendationType |
protected Recommendee |
recommendee |
protected Recommender |
recommender |
protected String |
reply |
protected String |
text |
protected Long |
timestamp |
protected String |
webUrl |
| Constructor and Description |
|---|
Recommendation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
Likes |
getLikes()
Gets the value of the likes property.
|
Long |
getProductId()
Gets the value of the productId property.
|
String |
getRecommendationSnippet()
Gets the value of the recommendationSnippet property.
|
String |
getRecommendationText()
Gets the value of the recommendationText property.
|
RecommendationType |
getRecommendationType()
Gets the value of the recommendationType property.
|
Recommendee |
getRecommendee()
Gets the value of the recommendee property.
|
Recommender |
getRecommender()
Gets the value of the recommender property.
|
String |
getReply()
Gets the value of the reply property.
|
String |
getText()
Gets the value of the text property.
|
Long |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getWebUrl()
Gets the value of the webUrl property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLikes(Likes value)
Sets the value of the likes property.
|
void |
setProductId(Long value)
Sets the value of the productId property.
|
void |
setRecommendationSnippet(String value)
Sets the value of the recommendationSnippet property.
|
void |
setRecommendationText(String value)
Sets the value of the recommendationText property.
|
void |
setRecommendationType(RecommendationType value)
Sets the value of the recommendationType property.
|
void |
setRecommendee(Recommendee value)
Sets the value of the recommendee property.
|
void |
setRecommender(Recommender value)
Sets the value of the recommender property.
|
void |
setReply(String value)
Sets the value of the reply property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setTimestamp(Long value)
Sets the value of the timestamp property.
|
void |
setWebUrl(String value)
Sets the value of the webUrl property.
|
protected String id
protected RecommendationType recommendationType
protected String recommendationText
protected String recommendationSnippet
protected Recommender recommender
protected Recommendee recommendee
protected String webUrl
protected Long productId
protected Long timestamp
protected String text
protected String reply
protected Likes likes
public void setId(String value)
value - allowed object is
Stringpublic RecommendationType getRecommendationType()
RecommendationTypepublic void setRecommendationType(RecommendationType value)
value - allowed object is
RecommendationTypepublic String getRecommendationText()
Stringpublic void setRecommendationText(String value)
value - allowed object is
Stringpublic String getRecommendationSnippet()
Stringpublic void setRecommendationSnippet(String value)
value - allowed object is
Stringpublic Recommender getRecommender()
Recommenderpublic void setRecommender(Recommender value)
value - allowed object is
Recommenderpublic Recommendee getRecommendee()
Recommendeepublic void setRecommendee(Recommendee value)
value - allowed object is
Recommendeepublic String getWebUrl()
Stringpublic void setWebUrl(String value)
value - allowed object is
Stringpublic Long getProductId()
Stringpublic void setProductId(Long value)
value - allowed object is
Stringpublic Long getTimestamp()
Stringpublic void setTimestamp(Long value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getReply()
Stringpublic void setReply(String value)
value - allowed object is
Stringpublic Likes getLikes()
LikesApache Camel