a29166e1aa7dfb7bbfd23f3c978a622a20fd5040.svn-base 7.5 KB

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