public class SMSMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
body |
protected String |
from |
protected String |
mediaUrl |
protected String |
to |
| Constructor and Description |
|---|
SMSMessage() |
SMSMessage(String to,
String from,
String body) |
SMSMessage(String to,
String from,
String body,
String mediaUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getFrom() |
String |
getMediaUrl() |
String |
getTo() |
void |
setBody(String body) |
void |
setFrom(String from) |
void |
setMediaUrl(String mediaUrl) |
void |
setTo(String to) |
protected String to
protected String from
protected String body
protected String mediaUrl
public String getTo()
public void setTo(String to)
public String getFrom()
public void setFrom(String from)
public String getBody()
public void setBody(String body)
public String getMediaUrl()
public void setMediaUrl(String mediaUrl)
Copyright © 2024. All rights reserved.