public class TrackingEvent extends APIObject
Java class for TrackingEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackingEvent">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="SendID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SubscriberKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EventDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EventType" type="{http://exacttarget.com/wsdl/partnerAPI}EventType" minOccurs="0"/>
<element name="TriggeredSendDefinitionObjectID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BatchID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
batchID |
protected Date |
eventDate |
protected EventType |
eventType |
protected Integer |
sendID |
protected String |
subscriberKey |
protected String |
triggeredSendDefinitionObjectID |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
TrackingEvent() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchID()
Gets the value of the batchID property.
|
Date |
getEventDate()
Gets the value of the eventDate property.
|
EventType |
getEventType()
Gets the value of the eventType property.
|
Integer |
getSendID()
Gets the value of the sendID property.
|
String |
getSubscriberKey()
Gets the value of the subscriberKey property.
|
String |
getTriggeredSendDefinitionObjectID()
Gets the value of the triggeredSendDefinitionObjectID property.
|
void |
setBatchID(Integer value)
Sets the value of the batchID property.
|
void |
setEventDate(Date value)
Sets the value of the eventDate property.
|
void |
setEventType(EventType value)
Sets the value of the eventType property.
|
void |
setSendID(Integer value)
Sets the value of the sendID property.
|
void |
setSubscriberKey(String value)
Sets the value of the subscriberKey property.
|
void |
setTriggeredSendDefinitionObjectID(String value)
Sets the value of the triggeredSendDefinitionObjectID 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 Integer sendID
protected String subscriberKey
protected Date eventDate
protected EventType eventType
protected String triggeredSendDefinitionObjectID
protected Integer batchID
public Integer getSendID()
Integerpublic void setSendID(Integer value)
value - allowed object is
Integerpublic String getSubscriberKey()
Stringpublic void setSubscriberKey(String value)
value - allowed object is
Stringpublic Date getEventDate()
Stringpublic void setEventDate(Date value)
value - allowed object is
Stringpublic EventType getEventType()
EventTypepublic void setEventType(EventType value)
value - allowed object is
EventTypepublic String getTriggeredSendDefinitionObjectID()
Stringpublic void setTriggeredSendDefinitionObjectID(String value)
value - allowed object is
Stringpublic Integer getBatchID()
Integerpublic void setBatchID(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.