public abstract class WebServiceModel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
message |
protected int |
notif_count |
protected java.lang.String |
placeholder |
protected boolean |
status |
protected int |
statusCode |
| Constructor and Description |
|---|
WebServiceModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
boolean |
getStatus() |
int |
getStatusCode() |
boolean |
isSuccess() |
void |
setStatus(boolean status) |
void |
setStatusCode(int statusCode) |