public class SmsLog extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BULK_ID |
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_TEXT |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
SmsLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SmsLog |
error(SmsError error) |
String |
getBulkId()
Unique ID assigned to the request if messaging multiple recipients or sending multiple messages
via a single API request.
|
OffsetDateTime |
getDoneAt()
Date and time when the Infobip services finished processing the message (i.e.
|
SmsError |
getError()
Get error
|
String |
getFrom()
Sender ID that can be alphanumeric or numeric.
|
String |
getMccMnc()
Mobile country and network codes.
|
String |
getMessageId()
Unique message ID.
|
SmsPrice |
getPrice()
Get price
|
OffsetDateTime |
getSentAt()
Date and time when the message was
[scheduled](https://www.infobip.com/docs/api#channels/sms/get-scheduled-sms-messages) to be
sent.
|
Integer |
getSmsCount()
The number of parts the message content was split into.
|
SmsStatus |
getStatus()
Get status
|
String |
getText()
Content of the message being sent.
|
String |
getTo()
The destination address of the message.
|
int |
hashCode() |
SmsLog |
price(SmsPrice price) |
void |
setError(SmsError error) |
void |
setPrice(SmsPrice price) |
void |
setStatus(SmsStatus status) |
SmsLog |
status(SmsStatus status) |
String |
toString() |
public static final String SERIALIZED_NAME_BULK_ID
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_TEXT
public static final String SERIALIZED_NAME_TO
public String getBulkId()
public OffsetDateTime getDoneAt()
public SmsError getError()
public void setError(SmsError error)
public String getFrom()
public String getMccMnc()
public String getMessageId()
public SmsPrice getPrice()
public void setPrice(SmsPrice price)
public OffsetDateTime getSentAt()
public Integer getSmsCount()
public SmsStatus getStatus()
public void setStatus(SmsStatus status)
public String getText()
public String getTo()
Copyright © 2022. All rights reserved.