public class WhatsAppFailover extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_TEXT |
| Constructor and Description |
|---|
WhatsAppFailover() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WhatsAppFailover |
from(String from) |
String |
getFrom()
SMS sender number.
|
String |
getText()
Content of the SMS that will be sent.
|
int |
hashCode() |
void |
setFrom(String from) |
void |
setText(String text) |
WhatsAppFailover |
text(String text) |
String |
toString() |
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TEXT
public WhatsAppFailover from(String from)
public String getFrom()
public void setFrom(String from)
public WhatsAppFailover text(String text)
public String getText()
public void setText(String text)
Copyright © 2022. All rights reserved.