c4c8789ba1a4e9d0caa77151f30bb8cf6fd494ef.svn-base 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. package eVVM.apk.ui.bean;
  2. /**
  3. * Created by Android Studio.
  4. * User: zbb
  5. * Date: 2019/6/6
  6. * Describe: VnDetailBean
  7. */
  8. public class VnDetailBean {
  9. /**
  10. * code : 0
  11. * data : {"beginDate":"string","chatImageUrl":"string","chipNumber":"string","code":"string","datetime":"string","doctorName":"string","doctorTelephone":"string","factoryId":0,"factoryName":"string","gmpName":"string","gmpPath":"string","hospitalName":"string","sameBatchOtherColdChain":"string","sameBatchOtherFlow":"string","sameFactoryOtherVaccines":"string","type":0,"vaccinationCipher":"string","vaccineName":"string","vaccineNumber":"string"}
  12. * msg : string
  13. */
  14. private int code;
  15. private DataBean data;
  16. private String msg;
  17. public int getCode() {
  18. return code;
  19. }
  20. public void setCode(int code) {
  21. this.code = code;
  22. }
  23. public DataBean getData() {
  24. return data;
  25. }
  26. public void setData(DataBean data) {
  27. this.data = data;
  28. }
  29. public String getMsg() {
  30. return msg;
  31. }
  32. public void setMsg(String msg) {
  33. this.msg = msg;
  34. }
  35. public static class DataBean {
  36. /**
  37. * beginDate : string
  38. * chatImageUrl : string
  39. * chipNumber : string
  40. * code : string
  41. * datetime : string
  42. * doctorName : string
  43. * doctorTelephone : string
  44. * factoryId : 0
  45. * factoryName : string
  46. * gmpName : string
  47. * gmpPath : string
  48. * hospitalName : string
  49. * sameBatchOtherColdChain : string
  50. * sameBatchOtherFlow : string
  51. * sameFactoryOtherVaccines : string
  52. * type : 0
  53. * vaccinationCipher : string
  54. * vaccineName : string
  55. * vaccineNumber : string
  56. */
  57. private String beginDate;
  58. private String chatImageUrl;
  59. private String chipNumber;
  60. private String code;
  61. private String datetime;
  62. private String doctorName;
  63. private String doctorTelephone;
  64. private int factoryId;
  65. private String factoryName;
  66. private String gmpName;
  67. private String gmpPath;
  68. private String hospitalName;
  69. private String sameBatchOtherColdChain;
  70. private String sameBatchOtherFlow;
  71. private String sameFactoryOtherVaccines;
  72. private int type;
  73. private String vaccinationCipher;
  74. private String vaccineName;
  75. private String vaccineNumber;
  76. private String batchCertificate;
  77. public String getBatchCertificate() {
  78. return batchCertificate;
  79. }
  80. public void setBatchCertificate(String batchCertificate) {
  81. this.batchCertificate = batchCertificate;
  82. }
  83. public String getBeginDate() {
  84. return beginDate;
  85. }
  86. public void setBeginDate(String beginDate) {
  87. this.beginDate = beginDate;
  88. }
  89. public String getChatImageUrl() {
  90. return chatImageUrl;
  91. }
  92. public void setChatImageUrl(String chatImageUrl) {
  93. this.chatImageUrl = chatImageUrl;
  94. }
  95. public String getChipNumber() {
  96. return chipNumber;
  97. }
  98. public void setChipNumber(String chipNumber) {
  99. this.chipNumber = chipNumber;
  100. }
  101. public String getCode() {
  102. return code;
  103. }
  104. public void setCode(String code) {
  105. this.code = code;
  106. }
  107. public String getDatetime() {
  108. return datetime;
  109. }
  110. public void setDatetime(String datetime) {
  111. this.datetime = datetime;
  112. }
  113. public String getDoctorName() {
  114. return doctorName;
  115. }
  116. public void setDoctorName(String doctorName) {
  117. this.doctorName = doctorName;
  118. }
  119. public String getDoctorTelephone() {
  120. return doctorTelephone;
  121. }
  122. public void setDoctorTelephone(String doctorTelephone) {
  123. this.doctorTelephone = doctorTelephone;
  124. }
  125. public int getFactoryId() {
  126. return factoryId;
  127. }
  128. public void setFactoryId(int factoryId) {
  129. this.factoryId = factoryId;
  130. }
  131. public String getFactoryName() {
  132. return factoryName;
  133. }
  134. public void setFactoryName(String factoryName) {
  135. this.factoryName = factoryName;
  136. }
  137. public String getGmpName() {
  138. return gmpName;
  139. }
  140. public void setGmpName(String gmpName) {
  141. this.gmpName = gmpName;
  142. }
  143. public String getGmpPath() {
  144. return gmpPath;
  145. }
  146. public void setGmpPath(String gmpPath) {
  147. this.gmpPath = gmpPath;
  148. }
  149. public String getHospitalName() {
  150. return hospitalName;
  151. }
  152. public void setHospitalName(String hospitalName) {
  153. this.hospitalName = hospitalName;
  154. }
  155. public String getSameBatchOtherColdChain() {
  156. return sameBatchOtherColdChain;
  157. }
  158. public void setSameBatchOtherColdChain(String sameBatchOtherColdChain) {
  159. this.sameBatchOtherColdChain = sameBatchOtherColdChain;
  160. }
  161. public String getSameBatchOtherFlow() {
  162. return sameBatchOtherFlow;
  163. }
  164. public void setSameBatchOtherFlow(String sameBatchOtherFlow) {
  165. this.sameBatchOtherFlow = sameBatchOtherFlow;
  166. }
  167. public String getSameFactoryOtherVaccines() {
  168. return sameFactoryOtherVaccines;
  169. }
  170. public void setSameFactoryOtherVaccines(String sameFactoryOtherVaccines) {
  171. this.sameFactoryOtherVaccines = sameFactoryOtherVaccines;
  172. }
  173. public int getType() {
  174. return type;
  175. }
  176. public void setType(int type) {
  177. this.type = type;
  178. }
  179. public String getVaccinationCipher() {
  180. return vaccinationCipher;
  181. }
  182. public void setVaccinationCipher(String vaccinationCipher) {
  183. this.vaccinationCipher = vaccinationCipher;
  184. }
  185. public String getVaccineName() {
  186. return vaccineName;
  187. }
  188. public void setVaccineName(String vaccineName) {
  189. this.vaccineName = vaccineName;
  190. }
  191. public String getVaccineNumber() {
  192. return vaccineNumber;
  193. }
  194. public void setVaccineNumber(String vaccineNumber) {
  195. this.vaccineNumber = vaccineNumber;
  196. }
  197. @Override
  198. public String toString() {
  199. return "DataBean{" +
  200. "beginDate='" + beginDate + '\'' +
  201. ", chatImageUrl='" + chatImageUrl + '\'' +
  202. ", chipNumber='" + chipNumber + '\'' +
  203. ", code='" + code + '\'' +
  204. ", datetime='" + datetime + '\'' +
  205. ", doctorName='" + doctorName + '\'' +
  206. ", doctorTelephone='" + doctorTelephone + '\'' +
  207. ", factoryId=" + factoryId +
  208. ", factoryName='" + factoryName + '\'' +
  209. ", gmpName='" + gmpName + '\'' +
  210. ", gmpPath='" + gmpPath + '\'' +
  211. ", hospitalName='" + hospitalName + '\'' +
  212. ", sameBatchOtherColdChain='" + sameBatchOtherColdChain + '\'' +
  213. ", sameBatchOtherFlow='" + sameBatchOtherFlow + '\'' +
  214. ", sameFactoryOtherVaccines='" + sameFactoryOtherVaccines + '\'' +
  215. ", type=" + type +
  216. ", vaccinationCipher='" + vaccinationCipher + '\'' +
  217. ", vaccineName='" + vaccineName + '\'' +
  218. ", vaccineNumber='" + vaccineNumber + '\'' +
  219. '}';
  220. }
  221. }
  222. }