public class DBCSendSMSResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
ErrorMessage
A textual message that provides more details.
|
java.lang.String |
MessageID
The ID returned by the server for that message.
|
DBCMessageSendStatusType |
SendStatus
This enumerated type contains the response from the server.
|
Constructor and Description |
---|
DBCSendSMSResult() |
public DBCMessageSendStatusType SendStatus
The value of this field must be used to determine whether a message is to be retried or marked successful.
public java.lang.String MessageID
public java.lang.String ErrorMessage