public class SmsInboundMessageResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGE_COUNT |
static String |
SERIALIZED_NAME_PENDING_MESSAGE_COUNT |
static String |
SERIALIZED_NAME_RESULTS |
| Constructor and Description |
|---|
SmsInboundMessageResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMessageCount()
The number of messages returned in the `results` array.
|
Integer |
getPendingMessageCount()
The number of messages that have not been pulled in.
|
List<SmsInboundMessage> |
getResults()
An array of result objects.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE_COUNT
public static final String SERIALIZED_NAME_PENDING_MESSAGE_COUNT
public static final String SERIALIZED_NAME_RESULTS
public Integer getMessageCount()
public Integer getPendingMessageCount()
public List<SmsInboundMessage> getResults()
Copyright © 2022. All rights reserved.