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