| | |
| | | |
| | | private int rows; |
| | | |
| | | private int records; |
| | | |
| | | private String msg; |
| | | |
| | | private Boolean isMeta; |
| | | |
| | | private String xlsPath; |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | |
| | | this.rows = rows; |
| | | } |
| | | |
| | | public int getRecords() { |
| | | return records; |
| | | } |
| | | |
| | | public void setRecords(int records) { |
| | | this.records = records; |
| | | } |
| | | |
| | | public String getMsg() { |
| | | return msg; |
| | | } |
| | |
| | | public void setMsg(String msg) { |
| | | this.msg = msg; |
| | | } |
| | | |
| | | public Boolean getIsMeta() { |
| | | return isMeta; |
| | | } |
| | | |
| | | public void setIsMeta(Boolean isMeta) { |
| | | this.isMeta = isMeta; |
| | | } |
| | | |
| | | public String getXlsPath() { |
| | | return xlsPath; |
| | | } |
| | | |
| | | public void setXlsPath(String xlsPath) { |
| | | this.xlsPath = xlsPath; |
| | | } |
| | | } |