public class RecommendationInfo extends Object
Java class for RecommendationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecommendationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecommendationHash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RecommendationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
recommendationHash |
protected String |
recommendationId |
| Constructor and Description |
|---|
RecommendationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecommendationHash()
Gets the value of the recommendationHash property.
|
String |
getRecommendationId()
Gets the value of the recommendationId property.
|
void |
setRecommendationHash(String value)
Sets the value of the recommendationHash property.
|
void |
setRecommendationId(String value)
Sets the value of the recommendationId property.
|
protected String recommendationHash
protected String recommendationId
public String getRecommendationHash()
Stringpublic void setRecommendationHash(String value)
value - allowed object is
Stringpublic String getRecommendationId()
StringCopyright © 2024. All rights reserved.