public class SmsReport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BULK_ID |
static String |
SERIALIZED_NAME_CALLBACK_DATA |
static String |
SERIALIZED_NAME_DONE_AT |
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_MCC_MNC |
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_PRICE |
static String |
SERIALIZED_NAME_SENT_AT |
static String |
SERIALIZED_NAME_SMS_COUNT |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
SmsReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBulkId()
Unique ID assigned to the request if messaging multiple recipients or sending multiple messages
via a single API request.
|
String |
getCallbackData()
Custom data sent over to the `notifyUrl`.
|
OffsetDateTime |
getDoneAt()
Date and time when the Infobip services finished processing the message (i.e., delivered to the
destination, delivered to the destination network, etc.).
|
SmsError |
getError()
Indicates whether an error occurred during the query execution.
|
String |
getFrom()
The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).
|
String |
getMccMnc()
Mobile country and network codes.
|
String |
getMessageId()
Unique message ID.
|
SmsPrice |
getPrice()
Sent SMS price.
|
OffsetDateTime |
getSentAt()
Date and time when the message was [scheduled](#channels/sms/get-scheduled-sms-messages) to be
sent.
|
Integer |
getSmsCount()
The number of parts the message content was split into.
|
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()
Message destination address.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_BULK_ID
public static final String SERIALIZED_NAME_CALLBACK_DATA
public static final String SERIALIZED_NAME_DONE_AT
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_MCC_MNC
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_SENT_AT
public static final String SERIALIZED_NAME_SMS_COUNT
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_TO
public String getBulkId()
public String getCallbackData()
public OffsetDateTime getDoneAt()
public SmsError getError()
public String getFrom()
public String getMccMnc()
public String getMessageId()
public SmsPrice getPrice()
public OffsetDateTime getSentAt()
public Integer getSmsCount()
public SmsStatus getStatus()
public String getTo()
Copyright © 2022. All rights reserved.