public class HttpSendMessageIncomingData extends Object
| Constructor and Description |
|---|
HttpSendMessageIncomingData(String userId,
String password,
String msg,
String formatParam,
String encodingStr,
String senderId,
String[] to) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultMsgId() |
List<String> |
getDestAddresses() |
RequestMessageBodyEncoding |
getEncoding() |
ResponseFormat |
getFormat() |
static ResponseFormat |
getFormat(javax.servlet.http.HttpServletRequest request) |
String |
getMsg() |
String |
getSenderId() |
String |
getShortMessage() |
String |
getUserId() |
String |
toString() |
public HttpSendMessageIncomingData(String userId, String password, String msg, String formatParam, String encodingStr, String senderId, String[] to) throws HttpApiException
HttpApiExceptionpublic String getUserId()
public String getMsg()
public ResponseFormat getFormat()
public RequestMessageBodyEncoding getEncoding()
public String getSenderId()
public int getDefaultMsgId()
public String getShortMessage()
public static ResponseFormat getFormat(javax.servlet.http.HttpServletRequest request)
Copyright © 2016. All Rights Reserved.