public class SmsResponseDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
SmsResponseDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessageId()
Unique message ID.
|
SmsStatus |
getStatus()
Indicates the
[status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes)
of the message and how to recover from an error should there be any.
|
String |
getTo()
The destination address of the message.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_TO
public String getMessageId()
public SmsStatus getStatus()
public String getTo()
Copyright © 2022. All rights reserved.