public class ContactEvent extends APIObject
Java class for ContactEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactEvent">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ContactID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ContactKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EventDefinitionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Data" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AttributeSet" type="{http://exacttarget.com/wsdl/partnerAPI}AttributeSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactEvent.Data
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Long |
contactID |
protected String |
contactKey |
protected ContactEvent.Data |
data |
protected String |
eventDefinitionKey |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ContactEvent() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContactID()
Gets the value of the contactID property.
|
String |
getContactKey()
Gets the value of the contactKey property.
|
ContactEvent.Data |
getData()
Gets the value of the data property.
|
String |
getEventDefinitionKey()
Gets the value of the eventDefinitionKey property.
|
void |
setContactID(Long value)
Sets the value of the contactID property.
|
void |
setContactKey(String value)
Sets the value of the contactKey property.
|
void |
setData(ContactEvent.Data value)
Sets the value of the data property.
|
void |
setEventDefinitionKey(String value)
Sets the value of the eventDefinitionKey property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected Long contactID
protected String contactKey
protected String eventDefinitionKey
protected ContactEvent.Data data
public Long getContactID()
Longpublic void setContactID(Long value)
value - allowed object is
Longpublic String getContactKey()
Stringpublic void setContactKey(String value)
value - allowed object is
Stringpublic String getEventDefinitionKey()
Stringpublic void setEventDefinitionKey(String value)
value - allowed object is
Stringpublic ContactEvent.Data getData()
ContactEvent.Datapublic void setData(ContactEvent.Data value)
value - allowed object is
ContactEvent.DataCopyright © 2017. All rights reserved.