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