public class SmsDestination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
SmsDestination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessageId()
The ID that uniquely identifies the message sent.
|
String |
getTo()
Message destination address.
|
int |
hashCode() |
SmsDestination |
messageId(String messageId) |
void |
setMessageId(String messageId) |
void |
setTo(String to) |
SmsDestination |
to(String to) |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_TO
public SmsDestination messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public SmsDestination to(String to)
public String getTo()
public void setTo(String to)
Copyright © 2022. All rights reserved.