public class Recommendee 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="{}first-name"/> <element ref="{}last-name"/> <element ref="{}headline"/> <element ref="{}picture-url"/> <element ref="{}api-standard-profile-request"/> <element ref="{}site-standard-profile-request"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ApiStandardProfileRequest |
apiStandardProfileRequest |
protected String |
firstName |
protected String |
headline |
protected String |
id |
protected String |
lastName |
protected String |
pictureUrl |
protected SiteStandardProfileRequest |
siteStandardProfileRequest |
Constructor and Description |
---|
Recommendee() |
Modifier and Type | Method and Description |
---|---|
ApiStandardProfileRequest |
getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getHeadline()
Gets the value of the headline property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getPictureUrl()
Gets the value of the pictureUrl property.
|
SiteStandardProfileRequest |
getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.
|
void |
setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setPictureUrl(String value)
Sets the value of the pictureUrl property.
|
void |
setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest property.
|
protected String id
protected String firstName
protected String lastName
protected String headline
protected String pictureUrl
protected ApiStandardProfileRequest apiStandardProfileRequest
protected SiteStandardProfileRequest siteStandardProfileRequest
public void setId(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getHeadline()
String
public void setHeadline(String value)
value
- allowed object is
String
public String getPictureUrl()
String
public void setPictureUrl(String value)
value
- allowed object is
String
public ApiStandardProfileRequest getApiStandardProfileRequest()
ApiStandardProfileRequest
public void setApiStandardProfileRequest(ApiStandardProfileRequest value)
value
- allowed object is
ApiStandardProfileRequest
public SiteStandardProfileRequest getSiteStandardProfileRequest()
SiteStandardProfileRequest
public void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
value
- allowed object is
SiteStandardProfileRequest
Apache Camel