public class SMS extends DisposableMessage<String,String> implements Message<String,String>
contentType, messageId, payload, priority, recipients
Constructor and Description |
---|
SMS() |
SMS(SMS t) |
SMS(String payload,
Priority priority,
String phoneNumber) |
SMS(String messageId,
String payload,
Priority priority,
List<String> phoneNumbers) |
getContentType, getMessageId, getPayload, getPriority, getRecipients, setContentType, setMessageId, setPayload, setPriority, setRecipients
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentType, getMessageId, getPayload, getPriority, getRecipients
public SMS()
public SMS(SMS t)
public SMS(String messageId, String payload, Priority priority, List<String> phoneNumbers)
payload
- : Message to be Delivered , Type : Stringpriority
- : Priority of Message to be deliveredphoneNumbers
- : Recipient Phone Number to which message is to be delivered, Type : StringCopyright © 2018. All rights reserved.