public class SmsBulkStatusResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BULK_ID |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
SmsBulkStatusResponse() |
| 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.
|
SmsBulkStatus |
getStatus()
The status of the message(s).
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_BULK_ID
public static final String SERIALIZED_NAME_STATUS
public String getBulkId()
public SmsBulkStatus getStatus()
Copyright © 2022. All rights reserved.