public class BounceEvent extends TrackingEvent
Java class for BounceEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BounceEvent">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}TrackingEvent">
<sequence>
<element name="SMTPCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BounceCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BounceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bounceCategory |
protected String |
bounceType |
protected String |
smtpCode |
protected String |
smtpReason |
batchID, eventDate, eventType, sendID, subscriberKey, triggeredSendDefinitionObjectIDclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
BounceEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBounceCategory()
Gets the value of the bounceCategory property.
|
String |
getBounceType()
Gets the value of the bounceType property.
|
String |
getSMTPCode()
Gets the value of the smtpCode property.
|
String |
getSMTPReason()
Gets the value of the smtpReason property.
|
void |
setBounceCategory(String value)
Sets the value of the bounceCategory property.
|
void |
setBounceType(String value)
Sets the value of the bounceType property.
|
void |
setSMTPCode(String value)
Sets the value of the smtpCode property.
|
void |
setSMTPReason(String value)
Sets the value of the smtpReason property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getBatchID, getEventDate, getEventType, getSendID, getSubscriberKey, getTriggeredSendDefinitionObjectID, setBatchID, setEventDate, setEventType, setSendID, setSubscriberKey, setTriggeredSendDefinitionObjectIDgetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String smtpCode
protected String bounceCategory
protected String smtpReason
protected String bounceType
public String getSMTPCode()
Stringpublic void setSMTPCode(String value)
value - allowed object is
Stringpublic String getBounceCategory()
Stringpublic void setBounceCategory(String value)
value - allowed object is
Stringpublic String getSMTPReason()
Stringpublic void setSMTPReason(String value)
value - allowed object is
Stringpublic String getBounceType()
Stringpublic void setBounceType(String value)
value - allowed object is
Stringpublic String toString()
toString in class TrackingEventCopyright © 2017. All rights reserved.