public class SMSMTEvent extends APIObject
Java class for SMSMTEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMSMTEvent">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="SMSTriggeredSend" type="{http://exacttarget.com/wsdl/partnerAPI}SMSTriggeredSend" minOccurs="0"/>
<element name="Subscriber" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber" minOccurs="0"/>
<element name="MOCode" 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="Carrier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
carrier |
protected Date |
eventDate |
protected String |
moCode |
protected SMSTriggeredSend |
smsTriggeredSend |
protected Subscriber |
subscriber |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SMSMTEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCarrier()
Gets the value of the carrier property.
|
Date |
getEventDate()
Gets the value of the eventDate property.
|
String |
getMOCode()
Gets the value of the moCode property.
|
SMSTriggeredSend |
getSMSTriggeredSend()
Gets the value of the smsTriggeredSend property.
|
Subscriber |
getSubscriber()
Gets the value of the subscriber property.
|
void |
setCarrier(String value)
Sets the value of the carrier property.
|
void |
setEventDate(Date value)
Sets the value of the eventDate property.
|
void |
setMOCode(String value)
Sets the value of the moCode property.
|
void |
setSMSTriggeredSend(SMSTriggeredSend value)
Sets the value of the smsTriggeredSend property.
|
void |
setSubscriber(Subscriber value)
Sets the value of the subscriber 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 SMSTriggeredSend smsTriggeredSend
protected Subscriber subscriber
protected String moCode
protected Date eventDate
protected String carrier
public SMSTriggeredSend getSMSTriggeredSend()
SMSTriggeredSendpublic void setSMSTriggeredSend(SMSTriggeredSend value)
value - allowed object is
SMSTriggeredSendpublic Subscriber getSubscriber()
Subscriberpublic void setSubscriber(Subscriber value)
value - allowed object is
Subscriberpublic String getMOCode()
Stringpublic void setMOCode(String value)
value - allowed object is
Stringpublic Date getEventDate()
Stringpublic void setEventDate(Date value)
value - allowed object is
Stringpublic String getCarrier()
Stringpublic void setCarrier(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.