| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- package eVVM.apk.ui.bean;
- import java.io.Serializable;
- import eVVM.apk.common.BaseDataBean;
- /**
- * Created by Android Studio.
- * User: zbb
- * Date: 2019/6/6
- * Describe: VnDetailBean
- */
- public class VnDetailBean extends BaseDataBean {
- /**
- * code : 0
- * 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"}
- * msg : string
- */
- private DataBean data;
- public DataBean getData() {
- return data;
- }
- public void setData(DataBean data) {
- this.data = data;
- }
- public static class DataBean implements Serializable {
- /**
- * 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
- */
- private String beginDate;
- private String chatImageUrl;
- private String chipNumber;
- private String code;
- private String datetime;
- private String doctorName;
- private String doctorTelephone;
- private int factoryId;
- private String factoryName;
- private String gmpName;
- private String gmpPath;
- private String hospitalName;
- private String sameBatchOtherColdChain;
- private String sameBatchOtherFlow;
- private String sameFactoryOtherVaccines;
- private int type;
- private String vaccinationCipher;
- private String vaccineName;
- private String vaccineNumber;
- private String batchCertificate;
- private Boolean reviewed;
- private Integer status;
- public String getBatchCertificate() {
- return batchCertificate;
- }
- public void setBatchCertificate(String batchCertificate) {
- this.batchCertificate = batchCertificate;
- }
- public String getBeginDate() {
- return beginDate;
- }
- public void setBeginDate(String beginDate) {
- this.beginDate = beginDate;
- }
- public String getChatImageUrl() {
- return chatImageUrl;
- }
- public void setChatImageUrl(String chatImageUrl) {
- this.chatImageUrl = chatImageUrl;
- }
- public String getChipNumber() {
- return chipNumber;
- }
- public void setChipNumber(String chipNumber) {
- this.chipNumber = chipNumber;
- }
- public String getCode() {
- return code;
- }
- public void setCode(String code) {
- this.code = code;
- }
- public String getDatetime() {
- return datetime;
- }
- public void setDatetime(String datetime) {
- this.datetime = datetime;
- }
- public String getDoctorName() {
- return doctorName;
- }
- public void setDoctorName(String doctorName) {
- this.doctorName = doctorName;
- }
- public String getDoctorTelephone() {
- return doctorTelephone;
- }
- public void setDoctorTelephone(String doctorTelephone) {
- this.doctorTelephone = doctorTelephone;
- }
- public int getFactoryId() {
- return factoryId;
- }
- public void setFactoryId(int factoryId) {
- this.factoryId = factoryId;
- }
- public String getFactoryName() {
- return factoryName;
- }
- public void setFactoryName(String factoryName) {
- this.factoryName = factoryName;
- }
- public String getGmpName() {
- return gmpName;
- }
- public void setGmpName(String gmpName) {
- this.gmpName = gmpName;
- }
- public String getGmpPath() {
- return gmpPath;
- }
- public void setGmpPath(String gmpPath) {
- this.gmpPath = gmpPath;
- }
- public String getHospitalName() {
- return hospitalName;
- }
- public void setHospitalName(String hospitalName) {
- this.hospitalName = hospitalName;
- }
- public String getSameBatchOtherColdChain() {
- return sameBatchOtherColdChain;
- }
- public void setSameBatchOtherColdChain(String sameBatchOtherColdChain) {
- this.sameBatchOtherColdChain = sameBatchOtherColdChain;
- }
- public String getSameBatchOtherFlow() {
- return sameBatchOtherFlow;
- }
- public void setSameBatchOtherFlow(String sameBatchOtherFlow) {
- this.sameBatchOtherFlow = sameBatchOtherFlow;
- }
- public String getSameFactoryOtherVaccines() {
- return sameFactoryOtherVaccines;
- }
- public void setSameFactoryOtherVaccines(String sameFactoryOtherVaccines) {
- this.sameFactoryOtherVaccines = sameFactoryOtherVaccines;
- }
- public int getType() {
- return type;
- }
- public void setType(int type) {
- this.type = type;
- }
- public String getVaccinationCipher() {
- return vaccinationCipher;
- }
- public void setVaccinationCipher(String vaccinationCipher) {
- this.vaccinationCipher = vaccinationCipher;
- }
- public String getVaccineName() {
- return vaccineName;
- }
- public void setVaccineName(String vaccineName) {
- this.vaccineName = vaccineName;
- }
- public String getVaccineNumber() {
- return vaccineNumber;
- }
- public void setVaccineNumber(String vaccineNumber) {
- this.vaccineNumber = vaccineNumber;
- }
- public Boolean getReviewed() {
- return reviewed;
- }
- public void setReviewed(Boolean reviewed) {
- reviewed = reviewed;
- }
- public Integer getStatus() {
- return status;
- }
- public void setStatus(Integer status) {
- this.status = status;
- }
- @Override
- public String toString() {
- return "DataBean{" +
- "beginDate='" + beginDate + '\'' +
- ", chatImageUrl='" + chatImageUrl + '\'' +
- ", chipNumber='" + chipNumber + '\'' +
- ", code='" + code + '\'' +
- ", datetime='" + datetime + '\'' +
- ", doctorName='" + doctorName + '\'' +
- ", doctorTelephone='" + doctorTelephone + '\'' +
- ", factoryId=" + factoryId +
- ", factoryName='" + factoryName + '\'' +
- ", gmpName='" + gmpName + '\'' +
- ", gmpPath='" + gmpPath + '\'' +
- ", hospitalName='" + hospitalName + '\'' +
- ", sameBatchOtherColdChain='" + sameBatchOtherColdChain + '\'' +
- ", sameBatchOtherFlow='" + sameBatchOtherFlow + '\'' +
- ", sameFactoryOtherVaccines='" + sameFactoryOtherVaccines + '\'' +
- ", type=" + type +
- ", vaccinationCipher='" + vaccinationCipher + '\'' +
- ", vaccineName='" + vaccineName + '\'' +
- ", vaccineNumber='" + vaccineNumber + '\'' +
- '}';
- }
- }
- }
|