998970885f82162eb46318936cf212dce6b0cdb6.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. package eVVM.apk.ui.bean;
  2. import com.google.gson.annotations.SerializedName;
  3. import java.io.Serializable;
  4. import eVVM.apk.common.BaseDataBean;
  5. /**
  6. * Created by Android Studio.
  7. * User: zbb
  8. * Date: 2019/6/6
  9. * Describe: VnDetailBean
  10. */
  11. public class VnDetailBean extends BaseDataBean {
  12. /**
  13. * data : {"chipNumber":"1430303030303430303030303030343030303030303034300000000000000000792E63F57931E2AB","vaccinationCipher":"02656E1430303030303430303030303030343030303030303034300000000000000000792E63F57931E2AB410000001000000000000000000001AAAA","vaccineName":"23价肺炎球菌多糖疫苗","vaccineNumber":null,"code":"008601020190000040","datetime":"2019-08-20","factoryId":102,"factoryName":"成都生物制品研究所","gmpName":"CN20150124","gmpPath":null,"hospitalName":"华信医院-预防接种门诊","doctorName":"周广义","doctorTelephone":"15611874417","doctorEmail":null,"batchCertificate":null,"sameBatchOtherColdChain":null,"sameBatchOtherFlow":null,"sameFactoryOtherVaccines":null,"type":2,"status":7,"hospitalId":null,"doctorId":null,"factoryEmail":null,"vaccinateTime":null,"inoculatroUserName":"阙舒翰","inoculatroIdCard":null,"inoculatroTelePhone":"13613655888","inoculatroSex":"男","inoculatroBirthdate":"1977-04-19","inoculatroId":381,"chatImageUrl":"http://evvmapi.vandh.org/chip/chat/1430303030303430303030303030343030303030303034300000000000000000792E63F57931E2AB.jpg","beginDate":"2019-08-16","reviewId":null,"reviewed":false,"vaccineExpiryDate":"2020-08-16","vaccineCategory":"0.5ml","batch":"20190819"}
  14. */
  15. private DataBean data;
  16. public DataBean getData() {
  17. return data;
  18. }
  19. public void setData(DataBean data) {
  20. this.data = data;
  21. }
  22. public static class DataBean implements Serializable{
  23. /**
  24. * chipNumber : 1430303030303430303030303030343030303030303034300000000000000000792E63F57931E2AB
  25. * vaccinationCipher : 02656E1430303030303430303030303030343030303030303034300000000000000000792E63F57931E2AB410000001000000000000000000001AAAA
  26. * vaccineName : 23价肺炎球菌多糖疫苗
  27. * vaccineNumber : null
  28. * code : 008601020190000040
  29. * datetime : 2019-08-20
  30. * factoryId : 102
  31. * factoryName : 成都生物制品研究所
  32. * gmpName : CN20150124
  33. * gmpPath : null
  34. * hospitalName : 华信医院-预防接种门诊
  35. * doctorName : 周广义
  36. * doctorTelephone : 15611874417
  37. * doctorEmail : null
  38. * batchCertificate : null
  39. * sameBatchOtherColdChain : null
  40. * sameBatchOtherFlow : null
  41. * sameFactoryOtherVaccines : null
  42. * type : 2
  43. * status : 7
  44. * hospitalId : null
  45. * doctorId : null
  46. * factoryEmail : null
  47. * vaccinateTime : null
  48. * inoculatroUserName : 阙舒翰
  49. * inoculatroIdCard : null
  50. * inoculatroTelePhone : 13613655888
  51. * inoculatroSex : 男
  52. * inoculatroBirthdate : 1977-04-19
  53. * inoculatroId : 381
  54. * chatImageUrl : http://evvmapi.vandh.org/chip/chat/1430303030303430303030303030343030303030303034300000000000000000792E63F57931E2AB.jpg
  55. * beginDate : 2019-08-16
  56. * reviewId : null
  57. * reviewed : false
  58. * vaccineExpiryDate : 2020-08-16
  59. * vaccineCategory : 0.5ml
  60. * batch : 20190819
  61. */
  62. private String chipNumber;
  63. private String vaccinationCipher;
  64. private String vaccineName;
  65. private String vaccineNumber;
  66. @SerializedName("code")
  67. private String codeX;
  68. private String datetime;
  69. private int factoryId;
  70. private String factoryName;
  71. private String gmpName;
  72. private String gmpPath;
  73. private String hospitalName;
  74. private String doctorName;
  75. private String doctorTelephone;
  76. private String doctorEmail;
  77. private String batchCertificate;
  78. private String sameBatchOtherColdChain;
  79. private String sameBatchOtherFlow;
  80. private String sameFactoryOtherVaccines;
  81. private int type;
  82. private int status;
  83. private String hospitalId;
  84. private String doctorId;
  85. private String factoryEmail;
  86. private String vaccinateTime;
  87. private String inoculatroUserName;
  88. private String inoculatroIdCard;
  89. private String inoculatroTelePhone;
  90. private String inoculatroSex;
  91. private String inoculatroBirthdate;
  92. private String inoculatroId;
  93. private String chatImageUrl;
  94. private String beginDate;
  95. private String reviewId;
  96. private boolean reviewed;
  97. private String vaccineExpiryDate;
  98. private String vaccineCategory;
  99. private String batch;
  100. public String getChipNumber() {
  101. return chipNumber;
  102. }
  103. public void setChipNumber(String chipNumber) {
  104. this.chipNumber = chipNumber;
  105. }
  106. public String getVaccinationCipher() {
  107. return vaccinationCipher;
  108. }
  109. public void setVaccinationCipher(String vaccinationCipher) {
  110. this.vaccinationCipher = vaccinationCipher;
  111. }
  112. public String getVaccineName() {
  113. return vaccineName;
  114. }
  115. public void setVaccineName(String vaccineName) {
  116. this.vaccineName = vaccineName;
  117. }
  118. public String getVaccineNumber() {
  119. return vaccineNumber;
  120. }
  121. public void setVaccineNumber(String vaccineNumber) {
  122. this.vaccineNumber = vaccineNumber;
  123. }
  124. public String getCodeX() {
  125. return codeX;
  126. }
  127. public void setCodeX(String codeX) {
  128. this.codeX = codeX;
  129. }
  130. public String getDatetime() {
  131. return datetime;
  132. }
  133. public void setDatetime(String datetime) {
  134. this.datetime = datetime;
  135. }
  136. public int getFactoryId() {
  137. return factoryId;
  138. }
  139. public void setFactoryId(int factoryId) {
  140. this.factoryId = factoryId;
  141. }
  142. public String getFactoryName() {
  143. return factoryName;
  144. }
  145. public void setFactoryName(String factoryName) {
  146. this.factoryName = factoryName;
  147. }
  148. public String getGmpName() {
  149. return gmpName;
  150. }
  151. public void setGmpName(String gmpName) {
  152. this.gmpName = gmpName;
  153. }
  154. public String getGmpPath() {
  155. return gmpPath;
  156. }
  157. public void setGmpPath(String gmpPath) {
  158. this.gmpPath = gmpPath;
  159. }
  160. public String getHospitalName() {
  161. return hospitalName;
  162. }
  163. public void setHospitalName(String hospitalName) {
  164. this.hospitalName = hospitalName;
  165. }
  166. public String getDoctorName() {
  167. return doctorName;
  168. }
  169. public void setDoctorName(String doctorName) {
  170. this.doctorName = doctorName;
  171. }
  172. public String getDoctorTelephone() {
  173. return doctorTelephone;
  174. }
  175. public void setDoctorTelephone(String doctorTelephone) {
  176. this.doctorTelephone = doctorTelephone;
  177. }
  178. public String getDoctorEmail() {
  179. return doctorEmail;
  180. }
  181. public void setDoctorEmail(String doctorEmail) {
  182. this.doctorEmail = doctorEmail;
  183. }
  184. public String getBatchCertificate() {
  185. return batchCertificate;
  186. }
  187. public void setBatchCertificate(String batchCertificate) {
  188. this.batchCertificate = batchCertificate;
  189. }
  190. public String getSameBatchOtherColdChain() {
  191. return sameBatchOtherColdChain;
  192. }
  193. public void setSameBatchOtherColdChain(String sameBatchOtherColdChain) {
  194. this.sameBatchOtherColdChain = sameBatchOtherColdChain;
  195. }
  196. public String getSameBatchOtherFlow() {
  197. return sameBatchOtherFlow;
  198. }
  199. public void setSameBatchOtherFlow(String sameBatchOtherFlow) {
  200. this.sameBatchOtherFlow = sameBatchOtherFlow;
  201. }
  202. public String getSameFactoryOtherVaccines() {
  203. return sameFactoryOtherVaccines;
  204. }
  205. public void setSameFactoryOtherVaccines(String sameFactoryOtherVaccines) {
  206. this.sameFactoryOtherVaccines = sameFactoryOtherVaccines;
  207. }
  208. public int getType() {
  209. return type;
  210. }
  211. public void setType(int type) {
  212. this.type = type;
  213. }
  214. public int getStatus() {
  215. return status;
  216. }
  217. public void setStatus(int status) {
  218. this.status = status;
  219. }
  220. public String getHospitalId() {
  221. return hospitalId;
  222. }
  223. public void setHospitalId(String hospitalId) {
  224. this.hospitalId = hospitalId;
  225. }
  226. public String getDoctorId() {
  227. return doctorId;
  228. }
  229. public void setDoctorId(String doctorId) {
  230. this.doctorId = doctorId;
  231. }
  232. public String getFactoryEmail() {
  233. return factoryEmail;
  234. }
  235. public void setFactoryEmail(String factoryEmail) {
  236. this.factoryEmail = factoryEmail;
  237. }
  238. public String getVaccinateTime() {
  239. return vaccinateTime;
  240. }
  241. public void setVaccinateTime(String vaccinateTime) {
  242. this.vaccinateTime = vaccinateTime;
  243. }
  244. public String getInoculatroUserName() {
  245. return inoculatroUserName;
  246. }
  247. public void setInoculatroUserName(String inoculatroUserName) {
  248. this.inoculatroUserName = inoculatroUserName;
  249. }
  250. public String getInoculatroIdCard() {
  251. return inoculatroIdCard;
  252. }
  253. public void setInoculatroIdCard(String inoculatroIdCard) {
  254. this.inoculatroIdCard = inoculatroIdCard;
  255. }
  256. public String getInoculatroTelePhone() {
  257. return inoculatroTelePhone;
  258. }
  259. public void setInoculatroTelePhone(String inoculatroTelePhone) {
  260. this.inoculatroTelePhone = inoculatroTelePhone;
  261. }
  262. public String getInoculatroSex() {
  263. return inoculatroSex;
  264. }
  265. public void setInoculatroSex(String inoculatroSex) {
  266. this.inoculatroSex = inoculatroSex;
  267. }
  268. public String getInoculatroBirthdate() {
  269. return inoculatroBirthdate;
  270. }
  271. public void setInoculatroBirthdate(String inoculatroBirthdate) {
  272. this.inoculatroBirthdate = inoculatroBirthdate;
  273. }
  274. public String getInoculatroId() {
  275. return inoculatroId;
  276. }
  277. public void setInoculatroId(String inoculatroId) {
  278. this.inoculatroId = inoculatroId;
  279. }
  280. public String getChatImageUrl() {
  281. return chatImageUrl;
  282. }
  283. public void setChatImageUrl(String chatImageUrl) {
  284. this.chatImageUrl = chatImageUrl;
  285. }
  286. public String getBeginDate() {
  287. return beginDate;
  288. }
  289. public void setBeginDate(String beginDate) {
  290. this.beginDate = beginDate;
  291. }
  292. public String getReviewId() {
  293. return reviewId;
  294. }
  295. public void setReviewId(String reviewId) {
  296. this.reviewId = reviewId;
  297. }
  298. public boolean isReviewed() {
  299. return reviewed;
  300. }
  301. public void setReviewed(boolean reviewed) {
  302. this.reviewed = reviewed;
  303. }
  304. public String getVaccineExpiryDate() {
  305. return vaccineExpiryDate;
  306. }
  307. public void setVaccineExpiryDate(String vaccineExpiryDate) {
  308. this.vaccineExpiryDate = vaccineExpiryDate;
  309. }
  310. public String getVaccineCategory() {
  311. return vaccineCategory;
  312. }
  313. public void setVaccineCategory(String vaccineCategory) {
  314. this.vaccineCategory = vaccineCategory;
  315. }
  316. public String getBatch() {
  317. return batch;
  318. }
  319. public void setBatch(String batch) {
  320. this.batch = batch;
  321. }
  322. @Override
  323. public String toString() {
  324. return "DataBean{" +
  325. "chipNumber='" + chipNumber + '\'' +
  326. ", vaccinationCipher='" + vaccinationCipher + '\'' +
  327. ", vaccineName='" + vaccineName + '\'' +
  328. ", vaccineNumber=" + vaccineNumber +
  329. ", codeX='" + codeX + '\'' +
  330. ", datetime='" + datetime + '\'' +
  331. ", factoryId=" + factoryId +
  332. ", factoryName='" + factoryName + '\'' +
  333. ", gmpName='" + gmpName + '\'' +
  334. ", gmpPath=" + gmpPath +
  335. ", hospitalName='" + hospitalName + '\'' +
  336. ", doctorName='" + doctorName + '\'' +
  337. ", doctorTelephone='" + doctorTelephone + '\'' +
  338. ", doctorEmail=" + doctorEmail +
  339. ", batchCertificate=" + batchCertificate +
  340. ", sameBatchOtherColdChain=" + sameBatchOtherColdChain +
  341. ", sameBatchOtherFlow=" + sameBatchOtherFlow +
  342. ", sameFactoryOtherVaccines=" + sameFactoryOtherVaccines +
  343. ", type=" + type +
  344. ", status=" + status +
  345. ", hospitalId=" + hospitalId +
  346. ", doctorId=" + doctorId +
  347. ", factoryEmail=" + factoryEmail +
  348. ", vaccinateTime=" + vaccinateTime +
  349. ", inoculatroUserName='" + inoculatroUserName + '\'' +
  350. ", inoculatroIdCard=" + inoculatroIdCard +
  351. ", inoculatroTelePhone='" + inoculatroTelePhone + '\'' +
  352. ", inoculatroSex='" + inoculatroSex + '\'' +
  353. ", inoculatroBirthdate='" + inoculatroBirthdate + '\'' +
  354. ", inoculatroId=" + inoculatroId +
  355. ", chatImageUrl='" + chatImageUrl + '\'' +
  356. ", beginDate='" + beginDate + '\'' +
  357. ", reviewId=" + reviewId +
  358. ", reviewed=" + reviewed +
  359. ", vaccineExpiryDate='" + vaccineExpiryDate + '\'' +
  360. ", vaccineCategory='" + vaccineCategory + '\'' +
  361. ", batch='" + batch + '\'' +
  362. '}';
  363. }
  364. }
  365. @Override
  366. public String toString() {
  367. return "VnDetailBean{" +
  368. "data=" + data +
  369. '}';
  370. }
  371. }