public class FileVoiceSenderResult extends SmsResultBase
| Modifier and Type | Field and Description |
|---|---|
String |
callid |
String |
errMsg |
String |
ext |
int |
result |
response| Constructor and Description |
|---|
FileVoiceSenderResult() |
| Modifier and Type | Method and Description |
|---|---|
FileVoiceSenderResult |
parseFromHTTPResponse(HTTPResponse response)
Parse result from HTTPResponse
|
getResponse, parseToJson, toStringpublic int result
public String errMsg
public String ext
public String callid
public FileVoiceSenderResult 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.