public class SMSTriggeredSend extends APIObject
Java class for SMSTriggeredSend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMSTriggeredSend">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="SMSTriggeredSendDefinition" type="{http://exacttarget.com/wsdl/partnerAPI}SMSTriggeredSendDefinition" minOccurs="0"/>
<element name="Subscriber" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FromAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SmsSendId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fromAddress |
protected String |
message |
protected String |
number |
protected String |
smsSendId |
protected SMSTriggeredSendDefinition |
smsTriggeredSendDefinition |
protected Subscriber |
subscriber |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SMSTriggeredSend() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromAddress()
Gets the value of the fromAddress property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getSmsSendId()
Gets the value of the smsSendId property.
|
SMSTriggeredSendDefinition |
getSMSTriggeredSendDefinition()
Gets the value of the smsTriggeredSendDefinition property.
|
Subscriber |
getSubscriber()
Gets the value of the subscriber property.
|
void |
setFromAddress(String value)
Sets the value of the fromAddress property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setSmsSendId(String value)
Sets the value of the smsSendId property.
|
void |
setSMSTriggeredSendDefinition(SMSTriggeredSendDefinition value)
Sets the value of the smsTriggeredSendDefinition 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 SMSTriggeredSendDefinition smsTriggeredSendDefinition
protected Subscriber subscriber
protected String message
protected String number
protected String fromAddress
protected String smsSendId
public SMSTriggeredSendDefinition getSMSTriggeredSendDefinition()
SMSTriggeredSendDefinitionpublic void setSMSTriggeredSendDefinition(SMSTriggeredSendDefinition value)
value - allowed object is
SMSTriggeredSendDefinitionpublic Subscriber getSubscriber()
Subscriberpublic void setSubscriber(Subscriber value)
value - allowed object is
Subscriberpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getFromAddress()
Stringpublic void setFromAddress(String value)
value - allowed object is
Stringpublic String getSmsSendId()
Stringpublic void setSmsSendId(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.