public class SMSMOEvent extends APIObject
Java class for SMSMOEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMSMOEvent">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Keyword" type="{http://exacttarget.com/wsdl/partnerAPI}BaseMOKeyword" minOccurs="0"/>
<element name="MobileTelephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" 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="MOMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MTMessage" type="{http://www.w3.org/2001/XMLSchema}string" 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 BaseMOKeyword |
keyword |
protected String |
mobileTelephoneNumber |
protected String |
moCode |
protected String |
moMessage |
protected String |
mtMessage |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SMSMOEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCarrier()
Gets the value of the carrier property.
|
Date |
getEventDate()
Gets the value of the eventDate property.
|
BaseMOKeyword |
getKeyword()
Gets the value of the keyword property.
|
String |
getMobileTelephoneNumber()
Gets the value of the mobileTelephoneNumber property.
|
String |
getMOCode()
Gets the value of the moCode property.
|
String |
getMOMessage()
Gets the value of the moMessage property.
|
String |
getMTMessage()
Gets the value of the mtMessage property.
|
void |
setCarrier(String value)
Sets the value of the carrier property.
|
void |
setEventDate(Date value)
Sets the value of the eventDate property.
|
void |
setKeyword(BaseMOKeyword value)
Sets the value of the keyword property.
|
void |
setMobileTelephoneNumber(String value)
Sets the value of the mobileTelephoneNumber property.
|
void |
setMOCode(String value)
Sets the value of the moCode property.
|
void |
setMOMessage(String value)
Sets the value of the moMessage property.
|
void |
setMTMessage(String value)
Sets the value of the mtMessage 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 BaseMOKeyword keyword
protected String mobileTelephoneNumber
protected String moCode
protected Date eventDate
protected String moMessage
protected String mtMessage
protected String carrier
public BaseMOKeyword getKeyword()
BaseMOKeywordpublic void setKeyword(BaseMOKeyword value)
value - allowed object is
BaseMOKeywordpublic String getMobileTelephoneNumber()
Stringpublic void setMobileTelephoneNumber(String value)
value - allowed object is
Stringpublic 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 getMOMessage()
Stringpublic void setMOMessage(String value)
value - allowed object is
Stringpublic String getMTMessage()
Stringpublic void setMTMessage(String value)
value - allowed object is
Stringpublic String getCarrier()
Stringpublic void setCarrier(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.