77beb9168c49397d1850b2638a04babb58d0fea9.svn-base 7.7 KB

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