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