public class BaseStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
error_msg |
protected String |
mobile |
protected String |
report_status |
protected String |
sid |
protected String |
user_receive_time |
| Constructor and Description |
|---|
BaseStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError_msg() |
String |
getMobile() |
String |
getReport_status() |
String |
getSid() |
String |
getUser_receive_time() |
void |
setError_msg(String error_msg) |
void |
setMobile(String mobile) |
void |
setReport_status(String report_status) |
void |
setSid(String sid) |
void |
setUser_receive_time(String user_receive_time) |
String |
toString() |
protected String sid
protected String mobile
protected String report_status
protected String error_msg
protected String user_receive_time
public String getError_msg()
public void setError_msg(String error_msg)
public String getMobile()
public void setMobile(String mobile)
public String getReport_status()
public void setReport_status(String report_status)
public String getSid()
public void setSid(String sid)
public String getUser_receive_time()
public void setUser_receive_time(String user_receive_time)
Copyright © 2017. All rights reserved.