public class Meta extends Object
| Constructor and Description |
|---|
Meta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMsg()
Returns the meta message.
|
int |
getStatus()
Returns the status.
|
void |
setMsg(String msg)
Sets the message of the meta object.
|
void |
setStatus(int status)
Sets the status information of the meta object.
|
String |
toString() |
public int getStatus()
public void setStatus(int status)
status - the statuspublic String getMsg()
public void setMsg(String msg)
msg - the messageCopyright © 2016 MuK Projects. All rights reserved.