public class UnsubEvent extends TrackingEvent
Java class for UnsubEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsubEvent">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}TrackingEvent">
<sequence>
<element name="List" type="{http://exacttarget.com/wsdl/partnerAPI}List" minOccurs="0"/>
<element name="IsMasterUnsubscribed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isMasterUnsubscribed |
protected List |
list |
batchID, eventDate, eventType, sendID, subscriberKey, triggeredSendDefinitionObjectIDclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
UnsubEvent() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsMasterUnsubscribed()
Gets the value of the isMasterUnsubscribed property.
|
List |
getList()
Gets the value of the list property.
|
void |
setIsMasterUnsubscribed(Boolean value)
Sets the value of the isMasterUnsubscribed property.
|
void |
setList(List value)
Sets the value of the list 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, setPartnerKeypublic void setList(List value)
value - allowed object is
Listpublic Boolean getIsMasterUnsubscribed()
Booleanpublic void setIsMasterUnsubscribed(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class TrackingEventCopyright © 2017. All rights reserved.