()
| 54 | this.record=record; |
| 55 | } |
| 56 | @Override |
| 57 | public String toString() { |
| 58 | return record +"\nGroupResult [Index=" + Index + ", status=" + status + ", messages=" |
| 59 | + messages + ", mdc=" + mdc + ", adrg=" + adrg + ", drg=" + drg + "]"; |
| 60 | } |
| 61 | public String toCsv() { |
| 62 | String zdList_str=record.zdList==null||record.zdList.length==0?"":"\""+String.join(",", record.zdList)+"\""; |
| 63 | String ssList_str=record.ssList==null||record.ssList.length==0?"":"\""+String.join(",", record.ssList)+"\""; |