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