public class SmsSingleSenderResult extends SmsResultBase
| Modifier and Type | Field and Description |
|---|---|
String |
errMsg |
String |
ext |
int |
fee |
int |
result |
String |
sid |
response| Constructor and Description |
|---|
SmsSingleSenderResult() |
| Modifier and Type | Method and Description |
|---|---|
SmsSingleSenderResult |
parseFromHTTPResponse(HTTPResponse response)
Parse result from HTTPResponse
|
getResponse, parseToJson, toStringpublic int result
public String errMsg
public String ext
public String sid
public int fee
public SmsSingleSenderResult parseFromHTTPResponse(HTTPResponse response) throws org.json.JSONException
SmsResultBaseparseFromHTTPResponse in class SmsResultBaseresponse - HTTP response from api returnorg.json.JSONException - json parse exceptionCopyright © 2018. All rights reserved.