public class SmsSubmissionReachabilityStatus extends java.lang.Object implements java.io.Serializable
This is only provided if a reachability check was requested when submitting the message.
| Modifier and Type | Field and Description |
|---|---|
static int |
REACHABILITY_STATUS_ABSENT
The destination of this message is temporarily unavailable (eg, switched off)
|
static int |
REACHABILITY_STATUS_BAD_NUMBER
The destination of this message is not a valid destination and thus could not be delivered to
|
static int |
REACHABILITY_STATUS_REACHABLE
The destination of this message is reachable
|
static int |
REACHABILITY_STATUS_UNDELIVERABLE
The destination of this message can not be reached and thus can not be delivered to
|
static int |
REACHABILITY_STATUS_UNKNOWN
The reachability status of this messages destination could not be determined
|
| Modifier | Constructor and Description |
|---|---|
protected |
SmsSubmissionReachabilityStatus(int status,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
int |
getStatus() |
java.lang.String |
toString() |
public static final int REACHABILITY_STATUS_UNKNOWN
public static final int REACHABILITY_STATUS_REACHABLE
public static final int REACHABILITY_STATUS_UNDELIVERABLE
public static final int REACHABILITY_STATUS_ABSENT
public static final int REACHABILITY_STATUS_BAD_NUMBER
protected SmsSubmissionReachabilityStatus(int status, java.lang.String description)
public int getStatus()
public java.lang.String getDescription()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object