@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class SendTransacSms extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SendTransacSms.TypeEnum
Type of the SMS.
|
| Constructor and Description |
|---|
SendTransacSms() |
| Modifier and Type | Method and Description |
|---|---|
SendTransacSms |
content(String content) |
boolean |
equals(Object o) |
String |
getContent()
Content of the message.
|
String |
getRecipient()
Mobile number to send SMS with the country code
|
String |
getSender()
Name of the sender.
|
String |
getTag()
Tag of the message
|
SendTransacSms.TypeEnum |
getType()
Type of the SMS.
|
String |
getWebUrl()
Webhook to call for each event triggered by the message (delivered etc.)
|
int |
hashCode() |
SendTransacSms |
recipient(String recipient) |
SendTransacSms |
sender(String sender) |
void |
setContent(String content) |
void |
setRecipient(String recipient) |
void |
setSender(String sender) |
void |
setTag(String tag) |
void |
setType(SendTransacSms.TypeEnum type) |
void |
setWebUrl(String webUrl) |
SendTransacSms |
tag(String tag) |
String |
toString() |
SendTransacSms |
type(SendTransacSms.TypeEnum type) |
SendTransacSms |
webUrl(String webUrl) |
public SendTransacSms sender(String sender)
public String getSender()
public void setSender(String sender)
public SendTransacSms recipient(String recipient)
public String getRecipient()
public void setRecipient(String recipient)
public SendTransacSms content(String content)
public String getContent()
public void setContent(String content)
public SendTransacSms type(SendTransacSms.TypeEnum type)
public SendTransacSms.TypeEnum getType()
public void setType(SendTransacSms.TypeEnum type)
public SendTransacSms tag(String tag)
public String getTag()
public void setTag(String tag)
public SendTransacSms webUrl(String webUrl)
public String getWebUrl()
public void setWebUrl(String webUrl)
Copyright © 2021. All rights reserved.