Package com.avoka.component.marketo
Class LeadRecord
java.lang.Object
com.avoka.component.marketo.LeadRecord
Provides a Marketo Lead Record class which is used by the MarketClient.
- Since:
- 3.6.0
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LeadRecord
Create a Lead Record object based on the given Marketo ID, email and attributes.- Parameters:
id
- the Marketo Lead IDemail
- the lead email addressattributes
- the lead attributes
-
-
Method Details
-
getId
Return the Marketo lead record ID.- Returns:
- the Marketo lead record ID
-
getEmail
Return the lead record email address.- Returns:
- the lead record email address
-
getAttributes
Return the lead record attributes.- Returns:
- the lead record attributes
-
toString
-