public class

ContactIdentity

extends Object
java.lang.Object
   ↳ org.mule.module.hubspot.model.contact.ContactIdentity

Summary

Fields
private Long timestamp
private String type
private String value
Public Constructors
ContactIdentity()
Public Methods
Long getTimestamp()
String getType()
String getValue()
void setTimestamp(Long timestamp)
void setType(String type)
void setValue(String value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Long timestamp

private String type

private String value

Public Constructors

public ContactIdentity ()

Public Methods

public Long getTimestamp ()

public String getType ()

public String getValue ()

public void setTimestamp (Long timestamp)

Parameters
timestamp

public void setType (String type)

Parameters
type

public void setValue (String value)

Parameters
value