public class MessageInput extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="To"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="From" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="MessagingServiceSid" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="Body" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="MediaUrl" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="StatusCallback" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="ApplicationSid" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="MaxPrice" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="ProvideFeedback" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
applicationSid |
protected String |
body |
protected String |
from |
protected String |
maxPrice |
protected String |
mediaUrl |
protected String |
messagingServiceSid |
protected Boolean |
provideFeedback |
protected String |
statusCallback |
protected String |
to |
Constructor and Description |
---|
MessageInput() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationSid()
Gets the value of the applicationSid property.
|
String |
getBody()
Gets the value of the body property.
|
String |
getFrom()
Gets the value of the from property.
|
String |
getMaxPrice()
Gets the value of the maxPrice property.
|
String |
getMediaUrl()
Gets the value of the mediaUrl property.
|
String |
getMessagingServiceSid()
Gets the value of the messagingServiceSid property.
|
String |
getStatusCallback()
Gets the value of the statusCallback property.
|
String |
getTo()
Gets the value of the to property.
|
Boolean |
isProvideFeedback()
Gets the value of the provideFeedback property.
|
void |
setApplicationSid(String value)
Sets the value of the applicationSid property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setMaxPrice(String value)
Sets the value of the maxPrice property.
|
void |
setMediaUrl(String value)
Sets the value of the mediaUrl property.
|
void |
setMessagingServiceSid(String value)
Sets the value of the messagingServiceSid property.
|
void |
setProvideFeedback(Boolean value)
Sets the value of the provideFeedback property.
|
void |
setStatusCallback(String value)
Sets the value of the statusCallback property.
|
void |
setTo(String value)
Sets the value of the to property.
|
protected String to
protected String from
protected String messagingServiceSid
protected String body
protected String mediaUrl
protected String statusCallback
protected String applicationSid
protected String maxPrice
protected Boolean provideFeedback
public void setTo(String value)
value
- allowed object is
String
public String getFrom()
String
public void setFrom(String value)
value
- allowed object is
String
public String getMessagingServiceSid()
String
public void setMessagingServiceSid(String value)
value
- allowed object is
String
public String getBody()
String
public void setBody(String value)
value
- allowed object is
String
public String getMediaUrl()
String
public void setMediaUrl(String value)
value
- allowed object is
String
public String getStatusCallback()
String
public void setStatusCallback(String value)
value
- allowed object is
String
public String getApplicationSid()
String
public void setApplicationSid(String value)
value
- allowed object is
String
public String getMaxPrice()
String
public void setMaxPrice(String value)
value
- allowed object is
String
public Boolean isProvideFeedback()
Boolean
Copyright © 2010–2019. All rights reserved.