5484fad1bc9748e6a547c0050184852477d0c8f2.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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":"1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37","vaccinationCipher":"02656E1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37410000015B0000000000000000555559000290000000000005A96AAAAA5555555555000000055555555555555555400000000000000000000000000000000000000000000000000000000000000000000000000000000000055555555555540000000002","vaccineName":"流感疫苗","vaccineNumber":null,"code":"0000027","datetime":"2019-07-31 15:46:40","factoryId":3,"factoryName":"华兰生物疫苗有限公司","gmpName":"Cn5732","gmpPath":"a87365032909483da7571d11b2d1a9e2.png","hospitalName":"协和医院","doctorName":"周广义","doctorTelephone":"15611874417","doctorEmail":null,"batchCertificate":"","sameBatchOtherColdChain":"","sameBatchOtherFlow":"","sameFactoryOtherVaccines":"","type":3,"status":4,"hospitalId":null,"doctorId":null,"factoryEmail":null,"vaccinateTime":null,"inoculatroUserName":null,"inoculatroIdCard":null,"chatImageUrl":"http://evvmapi.vandh.org/chip/chat/1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37.jpg","beginDate":"2019-07-25 12:45:15","reviewId":null,"reviewed":false}
  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 : 1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37
  25. * vaccinationCipher : 02656E1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37410000015B0000000000000000555559000290000000000005A96AAAAA5555555555000000055555555555555555400000000000000000000000000000000000000000000000000000000000000000000000000000000000055555555555540000000002
  26. * vaccineName : 流感疫苗
  27. * vaccineNumber : null
  28. * code : 0000027
  29. * datetime : 2019-07-31 15:46:40
  30. * factoryId : 3
  31. * factoryName : 华兰生物疫苗有限公司
  32. * gmpName : Cn5732
  33. * gmpPath : a87365032909483da7571d11b2d1a9e2.png
  34. * hospitalName : 协和医院
  35. * doctorName : 周广义
  36. * doctorTelephone : 15611874417
  37. * doctorEmail : null
  38. * batchCertificate :
  39. * sameBatchOtherColdChain :
  40. * sameBatchOtherFlow :
  41. * sameFactoryOtherVaccines :
  42. * type : 3
  43. * status : 4
  44. * hospitalId : null
  45. * doctorId : null
  46. * factoryEmail : null
  47. * vaccinateTime : null
  48. * inoculatroUserName : null
  49. * inoculatroIdCard : null
  50. * chatImageUrl : http://evvmapi.vandh.org/chip/chat/1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37.jpg
  51. * beginDate : 2019-07-25 12:45:15
  52. * reviewId : null
  53. * reviewed : false
  54. */
  55. private String chipNumber;
  56. private String vaccinationCipher;
  57. private String vaccineName;
  58. private Object vaccineNumber;
  59. @SerializedName("code")
  60. private String codeX;
  61. private String datetime;
  62. private int factoryId;
  63. private String factoryName;
  64. private String gmpName;
  65. private String gmpPath;
  66. private String hospitalName;
  67. private String doctorName;
  68. private String doctorTelephone;
  69. private Object doctorEmail;
  70. private String batchCertificate;
  71. private String sameBatchOtherColdChain;
  72. private String sameBatchOtherFlow;
  73. private String sameFactoryOtherVaccines;
  74. private int type;
  75. private int status;
  76. private Object hospitalId;
  77. private Object doctorId;
  78. private Object factoryEmail;
  79. private Object vaccinateTime;
  80. private Object inoculatroUserName;
  81. private Object inoculatroIdCard;
  82. private String chatImageUrl;
  83. private String beginDate;
  84. private Object reviewId;
  85. private boolean reviewed;
  86. public String getChipNumber() {
  87. return chipNumber;
  88. }
  89. public void setChipNumber(String chipNumber) {
  90. this.chipNumber = chipNumber;
  91. }
  92. public String getVaccinationCipher() {
  93. return vaccinationCipher;
  94. }
  95. public void setVaccinationCipher(String vaccinationCipher) {
  96. this.vaccinationCipher = vaccinationCipher;
  97. }
  98. public String getVaccineName() {
  99. return vaccineName;
  100. }
  101. public void setVaccineName(String vaccineName) {
  102. this.vaccineName = vaccineName;
  103. }
  104. public Object getVaccineNumber() {
  105. return vaccineNumber;
  106. }
  107. public void setVaccineNumber(Object vaccineNumber) {
  108. this.vaccineNumber = vaccineNumber;
  109. }
  110. public String getCodeX() {
  111. return codeX;
  112. }
  113. public void setCodeX(String codeX) {
  114. this.codeX = codeX;
  115. }
  116. public String getDatetime() {
  117. return datetime;
  118. }
  119. public void setDatetime(String datetime) {
  120. this.datetime = datetime;
  121. }
  122. public int getFactoryId() {
  123. return factoryId;
  124. }
  125. public void setFactoryId(int factoryId) {
  126. this.factoryId = factoryId;
  127. }
  128. public String getFactoryName() {
  129. return factoryName;
  130. }
  131. public void setFactoryName(String factoryName) {
  132. this.factoryName = factoryName;
  133. }
  134. public String getGmpName() {
  135. return gmpName;
  136. }
  137. public void setGmpName(String gmpName) {
  138. this.gmpName = gmpName;
  139. }
  140. public String getGmpPath() {
  141. return gmpPath;
  142. }
  143. public void setGmpPath(String gmpPath) {
  144. this.gmpPath = gmpPath;
  145. }
  146. public String getHospitalName() {
  147. return hospitalName;
  148. }
  149. public void setHospitalName(String hospitalName) {
  150. this.hospitalName = hospitalName;
  151. }
  152. public String getDoctorName() {
  153. return doctorName;
  154. }
  155. public void setDoctorName(String doctorName) {
  156. this.doctorName = doctorName;
  157. }
  158. public String getDoctorTelephone() {
  159. return doctorTelephone;
  160. }
  161. public void setDoctorTelephone(String doctorTelephone) {
  162. this.doctorTelephone = doctorTelephone;
  163. }
  164. public Object getDoctorEmail() {
  165. return doctorEmail;
  166. }
  167. public void setDoctorEmail(Object doctorEmail) {
  168. this.doctorEmail = doctorEmail;
  169. }
  170. public String getBatchCertificate() {
  171. return batchCertificate;
  172. }
  173. public void setBatchCertificate(String batchCertificate) {
  174. this.batchCertificate = batchCertificate;
  175. }
  176. public String getSameBatchOtherColdChain() {
  177. return sameBatchOtherColdChain;
  178. }
  179. public void setSameBatchOtherColdChain(String sameBatchOtherColdChain) {
  180. this.sameBatchOtherColdChain = sameBatchOtherColdChain;
  181. }
  182. public String getSameBatchOtherFlow() {
  183. return sameBatchOtherFlow;
  184. }
  185. public void setSameBatchOtherFlow(String sameBatchOtherFlow) {
  186. this.sameBatchOtherFlow = sameBatchOtherFlow;
  187. }
  188. public String getSameFactoryOtherVaccines() {
  189. return sameFactoryOtherVaccines;
  190. }
  191. public void setSameFactoryOtherVaccines(String sameFactoryOtherVaccines) {
  192. this.sameFactoryOtherVaccines = sameFactoryOtherVaccines;
  193. }
  194. public int getType() {
  195. return type;
  196. }
  197. public void setType(int type) {
  198. this.type = type;
  199. }
  200. public int getStatus() {
  201. return status;
  202. }
  203. public void setStatus(int status) {
  204. this.status = status;
  205. }
  206. public Object getHospitalId() {
  207. return hospitalId;
  208. }
  209. public void setHospitalId(Object hospitalId) {
  210. this.hospitalId = hospitalId;
  211. }
  212. public Object getDoctorId() {
  213. return doctorId;
  214. }
  215. public void setDoctorId(Object doctorId) {
  216. this.doctorId = doctorId;
  217. }
  218. public Object getFactoryEmail() {
  219. return factoryEmail;
  220. }
  221. public void setFactoryEmail(Object factoryEmail) {
  222. this.factoryEmail = factoryEmail;
  223. }
  224. public Object getVaccinateTime() {
  225. return vaccinateTime;
  226. }
  227. public void setVaccinateTime(Object vaccinateTime) {
  228. this.vaccinateTime = vaccinateTime;
  229. }
  230. public Object getInoculatroUserName() {
  231. return inoculatroUserName;
  232. }
  233. public void setInoculatroUserName(Object inoculatroUserName) {
  234. this.inoculatroUserName = inoculatroUserName;
  235. }
  236. public Object getInoculatroIdCard() {
  237. return inoculatroIdCard;
  238. }
  239. public void setInoculatroIdCard(Object inoculatroIdCard) {
  240. this.inoculatroIdCard = inoculatroIdCard;
  241. }
  242. public String getChatImageUrl() {
  243. return chatImageUrl;
  244. }
  245. public void setChatImageUrl(String chatImageUrl) {
  246. this.chatImageUrl = chatImageUrl;
  247. }
  248. public String getBeginDate() {
  249. return beginDate;
  250. }
  251. public void setBeginDate(String beginDate) {
  252. this.beginDate = beginDate;
  253. }
  254. public Object getReviewId() {
  255. return reviewId;
  256. }
  257. public void setReviewId(Object reviewId) {
  258. this.reviewId = reviewId;
  259. }
  260. public boolean isReviewed() {
  261. return reviewed;
  262. }
  263. public void setReviewed(boolean reviewed) {
  264. this.reviewed = reviewed;
  265. }
  266. @Override
  267. public String toString() {
  268. return "DataBean{" +
  269. "chipNumber='" + chipNumber + '\'' +
  270. ", vaccinationCipher='" + vaccinationCipher + '\'' +
  271. ", vaccineName='" + vaccineName + '\'' +
  272. ", vaccineNumber=" + vaccineNumber +
  273. ", codeX='" + codeX + '\'' +
  274. ", datetime='" + datetime + '\'' +
  275. ", factoryId=" + factoryId +
  276. ", factoryName='" + factoryName + '\'' +
  277. ", gmpName='" + gmpName + '\'' +
  278. ", gmpPath='" + gmpPath + '\'' +
  279. ", hospitalName='" + hospitalName + '\'' +
  280. ", doctorName='" + doctorName + '\'' +
  281. ", doctorTelephone='" + doctorTelephone + '\'' +
  282. ", doctorEmail=" + doctorEmail +
  283. ", batchCertificate='" + batchCertificate + '\'' +
  284. ", sameBatchOtherColdChain='" + sameBatchOtherColdChain + '\'' +
  285. ", sameBatchOtherFlow='" + sameBatchOtherFlow + '\'' +
  286. ", sameFactoryOtherVaccines='" + sameFactoryOtherVaccines + '\'' +
  287. ", type=" + type +
  288. ", status=" + status +
  289. ", hospitalId=" + hospitalId +
  290. ", doctorId=" + doctorId +
  291. ", factoryEmail=" + factoryEmail +
  292. ", vaccinateTime=" + vaccinateTime +
  293. ", inoculatroUserName=" + inoculatroUserName +
  294. ", inoculatroIdCard=" + inoculatroIdCard +
  295. ", chatImageUrl='" + chatImageUrl + '\'' +
  296. ", beginDate='" + beginDate + '\'' +
  297. ", reviewId=" + reviewId +
  298. ", reviewed=" + reviewed +
  299. '}';
  300. }
  301. }
  302. @Override
  303. public String toString() {
  304. return "VnDetailBean{" +
  305. "data=" + data +
  306. '}';
  307. }
  308. }