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