public class AdResponse extends JsonModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdResponse.Status |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Ad> |
ads |
java.lang.String |
error_message |
java.util.List<AdExt> |
ext |
java.lang.String |
status |
| Constructor and Description |
|---|
AdResponse() |
AdResponse(org.json.JSONObject jsonObject) |