8a0e2623be5b4db5a50c02499fd55261c1a9f31b.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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":"14313030303030323130303030303032313030303030303200000000000000005683EA7552487C34","vaccinationCipher":null,"vaccineName":"测试疫苗","vaccineNumber":null,"code":"008601020191000002","datetime":"2019-08-17 11:41:44","factoryId":109,"factoryName":"北京天坛生物制品股份有限公司","gmpName":null,"gmpPath":null,"hospitalName":"来广营社区卫生服务中心-预防接种门诊","doctorName":"医生(别改)","doctorTelephone":"13000000002","doctorEmail":null,"batchCertificate":null,"sameBatchOtherColdChain":null,"sameBatchOtherFlow":null,"sameFactoryOtherVaccines":null,"type":0,"status":4,"hospitalId":null,"doctorId":null,"factoryEmail":null,"vaccinateTime":null,"inoculatroUserName":null,"inoculatroIdCard":null,"inoculatroTelePhone":null,"inoculatroSex":null,"inoculatroBirthdate":null,"inoculatroId":null,"chatImageUrl":null,"beginDate":"2019-08-17 08:33:14","reviewId":null,"reviewed":false,"vaccineExpiryDate":"2021-05-17 08:33:14","vaccineCategory":"12"}
  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 : 14313030303030323130303030303032313030303030303200000000000000005683EA7552487C34
  25. * vaccinationCipher : null
  26. * vaccineName : 测试疫苗
  27. * vaccineNumber : null
  28. * code : 008601020191000002
  29. * datetime : 2019-08-17 11:41:44
  30. * factoryId : 109
  31. * factoryName : 北京天坛生物制品股份有限公司
  32. * gmpName : null
  33. * gmpPath : null
  34. * hospitalName : 来广营社区卫生服务中心-预防接种门诊
  35. * doctorName : 医生(别改)
  36. * doctorTelephone : 13000000002
  37. * doctorEmail : null
  38. * batchCertificate : null
  39. * sameBatchOtherColdChain : null
  40. * sameBatchOtherFlow : null
  41. * sameFactoryOtherVaccines : null
  42. * type : 0
  43. * status : 4
  44. * hospitalId : null
  45. * doctorId : null
  46. * factoryEmail : null
  47. * vaccinateTime : null
  48. * inoculatroUserName : null
  49. * inoculatroIdCard : null
  50. * inoculatroTelePhone : null
  51. * inoculatroSex : null
  52. * inoculatroBirthdate : null
  53. * inoculatroId : null
  54. * chatImageUrl : null
  55. * beginDate : 2019-08-17 08:33:14
  56. * reviewId : null
  57. * reviewed : false
  58. * vaccineExpiryDate : 2021-05-17 08:33:14
  59. * vaccineCategory : 12
  60. */
  61. private String chipNumber;
  62. private String vaccinationCipher;
  63. private String vaccineName;
  64. private String vaccineNumber;
  65. @SerializedName("code")
  66. private String codeX;
  67. private String datetime;
  68. private int factoryId;
  69. private String factoryName;
  70. private String gmpName;
  71. private String gmpPath;
  72. private String hospitalName;
  73. private String doctorName;
  74. private String doctorTelephone;
  75. private String doctorEmail;
  76. private String batchCertificate;
  77. private String sameBatchOtherColdChain;
  78. private String sameBatchOtherFlow;
  79. private String sameFactoryOtherVaccines;
  80. private int type;
  81. private int status;
  82. private String hospitalId;
  83. private String doctorId;
  84. private String factoryEmail;
  85. private String vaccinateTime;
  86. private String inoculatroUserName;
  87. private String inoculatroIdCard;
  88. private String inoculatroTelePhone;
  89. private String inoculatroSex;
  90. private String inoculatroBirthdate;
  91. private String inoculatroId;
  92. private String chatImageUrl;
  93. private String beginDate;
  94. private String reviewId;
  95. private boolean reviewed;
  96. private String vaccineExpiryDate;
  97. private String vaccineCategory;
  98. public String getChipNumber() {
  99. return chipNumber;
  100. }
  101. public void setChipNumber(String chipNumber) {
  102. this.chipNumber = chipNumber;
  103. }
  104. public String getVaccinationCipher() {
  105. return vaccinationCipher;
  106. }
  107. public void setVaccinationCipher(String vaccinationCipher) {
  108. this.vaccinationCipher = vaccinationCipher;
  109. }
  110. public String getVaccineName() {
  111. return vaccineName;
  112. }
  113. public void setVaccineName(String vaccineName) {
  114. this.vaccineName = vaccineName;
  115. }
  116. public String getVaccineNumber() {
  117. return vaccineNumber;
  118. }
  119. public void setVaccineNumber(String vaccineNumber) {
  120. this.vaccineNumber = vaccineNumber;
  121. }
  122. public String getCodeX() {
  123. return codeX;
  124. }
  125. public void setCodeX(String codeX) {
  126. this.codeX = codeX;
  127. }
  128. public String getDatetime() {
  129. return datetime;
  130. }
  131. public void setDatetime(String datetime) {
  132. this.datetime = datetime;
  133. }
  134. public int getFactoryId() {
  135. return factoryId;
  136. }
  137. public void setFactoryId(int factoryId) {
  138. this.factoryId = factoryId;
  139. }
  140. public String getFactoryName() {
  141. return factoryName;
  142. }
  143. public void setFactoryName(String factoryName) {
  144. this.factoryName = factoryName;
  145. }
  146. public String getGmpName() {
  147. return gmpName;
  148. }
  149. public void setGmpName(String gmpName) {
  150. this.gmpName = gmpName;
  151. }
  152. public String getGmpPath() {
  153. return gmpPath;
  154. }
  155. public void setGmpPath(String gmpPath) {
  156. this.gmpPath = gmpPath;
  157. }
  158. public String getHospitalName() {
  159. return hospitalName;
  160. }
  161. public void setHospitalName(String hospitalName) {
  162. this.hospitalName = hospitalName;
  163. }
  164. public String getDoctorName() {
  165. return doctorName;
  166. }
  167. public void setDoctorName(String doctorName) {
  168. this.doctorName = doctorName;
  169. }
  170. public String getDoctorTelephone() {
  171. return doctorTelephone;
  172. }
  173. public void setDoctorTelephone(String doctorTelephone) {
  174. this.doctorTelephone = doctorTelephone;
  175. }
  176. public String getDoctorEmail() {
  177. return doctorEmail;
  178. }
  179. public void setDoctorEmail(String doctorEmail) {
  180. this.doctorEmail = doctorEmail;
  181. }
  182. public String getBatchCertificate() {
  183. return batchCertificate;
  184. }
  185. public void setBatchCertificate(String batchCertificate) {
  186. this.batchCertificate = batchCertificate;
  187. }
  188. public String getSameBatchOtherColdChain() {
  189. return sameBatchOtherColdChain;
  190. }
  191. public void setSameBatchOtherColdChain(String sameBatchOtherColdChain) {
  192. this.sameBatchOtherColdChain = sameBatchOtherColdChain;
  193. }
  194. public String getSameBatchOtherFlow() {
  195. return sameBatchOtherFlow;
  196. }
  197. public void setSameBatchOtherFlow(String sameBatchOtherFlow) {
  198. this.sameBatchOtherFlow = sameBatchOtherFlow;
  199. }
  200. public String getSameFactoryOtherVaccines() {
  201. return sameFactoryOtherVaccines;
  202. }
  203. public void setSameFactoryOtherVaccines(String sameFactoryOtherVaccines) {
  204. this.sameFactoryOtherVaccines = sameFactoryOtherVaccines;
  205. }
  206. public int getType() {
  207. return type;
  208. }
  209. public void setType(int type) {
  210. this.type = type;
  211. }
  212. public int getStatus() {
  213. return status;
  214. }
  215. public void setStatus(int status) {
  216. this.status = status;
  217. }
  218. public String getHospitalId() {
  219. return hospitalId;
  220. }
  221. public void setHospitalId(String hospitalId) {
  222. this.hospitalId = hospitalId;
  223. }
  224. public String getDoctorId() {
  225. return doctorId;
  226. }
  227. public void setDoctorId(String doctorId) {
  228. this.doctorId = doctorId;
  229. }
  230. public String getFactoryEmail() {
  231. return factoryEmail;
  232. }
  233. public void setFactoryEmail(String factoryEmail) {
  234. this.factoryEmail = factoryEmail;
  235. }
  236. public String getVaccinateTime() {
  237. return vaccinateTime;
  238. }
  239. public void setVaccinateTime(String vaccinateTime) {
  240. this.vaccinateTime = vaccinateTime;
  241. }
  242. public String getInoculatroUserName() {
  243. return inoculatroUserName;
  244. }
  245. public void setInoculatroUserName(String inoculatroUserName) {
  246. this.inoculatroUserName = inoculatroUserName;
  247. }
  248. public String getInoculatroIdCard() {
  249. return inoculatroIdCard;
  250. }
  251. public void setInoculatroIdCard(String inoculatroIdCard) {
  252. this.inoculatroIdCard = inoculatroIdCard;
  253. }
  254. public String getInoculatroTelePhone() {
  255. return inoculatroTelePhone;
  256. }
  257. public void setInoculatroTelePhone(String inoculatroTelePhone) {
  258. this.inoculatroTelePhone = inoculatroTelePhone;
  259. }
  260. public String getInoculatroSex() {
  261. return inoculatroSex;
  262. }
  263. public void setInoculatroSex(String inoculatroSex) {
  264. this.inoculatroSex = inoculatroSex;
  265. }
  266. public String getInoculatroBirthdate() {
  267. return inoculatroBirthdate;
  268. }
  269. public void setInoculatroBirthdate(String inoculatroBirthdate) {
  270. this.inoculatroBirthdate = inoculatroBirthdate;
  271. }
  272. public String getInoculatroId() {
  273. return inoculatroId;
  274. }
  275. public void setInoculatroId(String inoculatroId) {
  276. this.inoculatroId = inoculatroId;
  277. }
  278. public String getChatImageUrl() {
  279. return chatImageUrl;
  280. }
  281. public void setChatImageUrl(String chatImageUrl) {
  282. this.chatImageUrl = chatImageUrl;
  283. }
  284. public String getBeginDate() {
  285. return beginDate;
  286. }
  287. public void setBeginDate(String beginDate) {
  288. this.beginDate = beginDate;
  289. }
  290. public String getReviewId() {
  291. return reviewId;
  292. }
  293. public void setReviewId(String reviewId) {
  294. this.reviewId = reviewId;
  295. }
  296. public boolean isReviewed() {
  297. return reviewed;
  298. }
  299. public void setReviewed(boolean reviewed) {
  300. this.reviewed = reviewed;
  301. }
  302. public String getVaccineExpiryDate() {
  303. return vaccineExpiryDate;
  304. }
  305. public void setVaccineExpiryDate(String vaccineExpiryDate) {
  306. this.vaccineExpiryDate = vaccineExpiryDate;
  307. }
  308. public String getVaccineCategory() {
  309. return vaccineCategory;
  310. }
  311. public void setVaccineCategory(String vaccineCategory) {
  312. this.vaccineCategory = vaccineCategory;
  313. }
  314. @Override
  315. public String toString() {
  316. return "DataBean{" +
  317. "chipNumber='" + chipNumber + '\'' +
  318. ", vaccinationCipher=" + vaccinationCipher +
  319. ", vaccineName='" + vaccineName + '\'' +
  320. ", vaccineNumber=" + vaccineNumber +
  321. ", codeX='" + codeX + '\'' +
  322. ", datetime='" + datetime + '\'' +
  323. ", factoryId=" + factoryId +
  324. ", factoryName='" + factoryName + '\'' +
  325. ", gmpName=" + gmpName +
  326. ", gmpPath=" + gmpPath +
  327. ", hospitalName='" + hospitalName + '\'' +
  328. ", doctorName='" + doctorName + '\'' +
  329. ", doctorTelephone='" + doctorTelephone + '\'' +
  330. ", doctorEmail=" + doctorEmail +
  331. ", batchCertificate=" + batchCertificate +
  332. ", sameBatchOtherColdChain=" + sameBatchOtherColdChain +
  333. ", sameBatchOtherFlow=" + sameBatchOtherFlow +
  334. ", sameFactoryOtherVaccines=" + sameFactoryOtherVaccines +
  335. ", type=" + type +
  336. ", status=" + status +
  337. ", hospitalId=" + hospitalId +
  338. ", doctorId=" + doctorId +
  339. ", factoryEmail=" + factoryEmail +
  340. ", vaccinateTime=" + vaccinateTime +
  341. ", inoculatroUserName=" + inoculatroUserName +
  342. ", inoculatroIdCard=" + inoculatroIdCard +
  343. ", inoculatroTelePhone=" + inoculatroTelePhone +
  344. ", inoculatroSex=" + inoculatroSex +
  345. ", inoculatroBirthdate=" + inoculatroBirthdate +
  346. ", inoculatroId=" + inoculatroId +
  347. ", chatImageUrl=" + chatImageUrl +
  348. ", beginDate='" + beginDate + '\'' +
  349. ", reviewId=" + reviewId +
  350. ", reviewed=" + reviewed +
  351. ", vaccineExpiryDate='" + vaccineExpiryDate + '\'' +
  352. ", vaccineCategory='" + vaccineCategory + '\'' +
  353. '}';
  354. }
  355. }
  356. @Override
  357. public String toString() {
  358. return "VnDetailBean{" +
  359. "data=" + data +
  360. '}';
  361. }
  362. }