public class MailjetResponse extends Object
| Constructor and Description |
|---|
MailjetResponse(int status,
org.json.JSONObject obj) |
MailjetResponse(org.json.JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
org.json.JSONArray |
getData() |
int |
getInt(String key) |
org.json.JSONArray |
getJSONArray(String key) |
int |
getStatus() |
String |
getString(String key) |
int |
getTotal() |
public MailjetResponse(int status,
org.json.JSONObject obj)
public MailjetResponse(org.json.JSONObject object)
public int getStatus()
public org.json.JSONArray getData()
public int getTotal()
public String getString(String key) throws MailjetException
MailjetExceptionpublic int getInt(String key) throws MailjetException
MailjetExceptionpublic org.json.JSONArray getJSONArray(String key) throws MailjetException
MailjetExceptionpublic int getCount()
Copyright © 2017. All rights reserved.