| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448 |
- package eVVM.apk.ui.bean;
- import com.google.gson.annotations.SerializedName;
- 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 {
- /**
- * data : {"chipNumber":"14313030303030323130303030303032313030303030303200000000000000005683EA7552487C34","vaccinationCipher":null,"vaccineName":"测试疫苗","vaccineNumber":null,"code":"008601020191000002","datetime":"2019-08-17 11:41:44","factoryId":109,"factoryName":"北京天坛生物制品股份有限公司","gmpName":null,"gmpPath":null,"hospitalName":"来广营社区卫生服务中心-预防接种门诊","doctorName":"医生(别改)","doctorTelephone":"13000000002","doctorEmail":null,"batchCertificate":null,"sameBatchOtherColdChain":null,"sameBatchOtherFlow":null,"sameFactoryOtherVaccines":null,"type":0,"status":4,"hospitalId":null,"doctorId":null,"factoryEmail":null,"vaccinateTime":null,"inoculatroUserName":null,"inoculatroIdCard":null,"inoculatroTelePhone":null,"inoculatroSex":null,"inoculatroBirthdate":null,"inoculatroId":null,"chatImageUrl":null,"beginDate":"2019-08-17 08:33:14","reviewId":null,"reviewed":false,"vaccineExpiryDate":"2021-05-17 08:33:14","vaccineCategory":"12"}
- */
- private DataBean data;
- public DataBean getData() {
- return data;
- }
- public void setData(DataBean data) {
- this.data = data;
- }
- public static class DataBean implements Serializable {
- /**
- * chipNumber : 14313030303030323130303030303032313030303030303200000000000000005683EA7552487C34
- * vaccinationCipher : null
- * vaccineName : 测试疫苗
- * vaccineNumber : null
- * code : 008601020191000002
- * datetime : 2019-08-17 11:41:44
- * factoryId : 109
- * factoryName : 北京天坛生物制品股份有限公司
- * gmpName : null
- * gmpPath : null
- * hospitalName : 来广营社区卫生服务中心-预防接种门诊
- * doctorName : 医生(别改)
- * doctorTelephone : 13000000002
- * doctorEmail : null
- * batchCertificate : null
- * sameBatchOtherColdChain : null
- * sameBatchOtherFlow : null
- * sameFactoryOtherVaccines : null
- * type : 0
- * status : 4
- * hospitalId : null
- * doctorId : null
- * factoryEmail : null
- * vaccinateTime : null
- * inoculatroUserName : null
- * inoculatroIdCard : null
- * inoculatroTelePhone : null
- * inoculatroSex : null
- * inoculatroBirthdate : null
- * inoculatroId : null
- * chatImageUrl : null
- * beginDate : 2019-08-17 08:33:14
- * reviewId : null
- * reviewed : false
- * vaccineExpiryDate : 2021-05-17 08:33:14
- * vaccineCategory : 12
- */
- private String chipNumber;
- private String vaccinationCipher;
- private String vaccineName;
- private String vaccineNumber;
- @SerializedName("code")
- private String codeX;
- private String datetime;
- private int factoryId;
- private String factoryName;
- private String gmpName;
- private String gmpPath;
- private String hospitalName;
- private String doctorName;
- private String doctorTelephone;
- private String doctorEmail;
- private String batchCertificate;
- private String sameBatchOtherColdChain;
- private String sameBatchOtherFlow;
- private String sameFactoryOtherVaccines;
- private int type;
- private int status;
- private String hospitalId;
- private String doctorId;
- private String factoryEmail;
- private String vaccinateTime;
- private String inoculatroUserName;
- private String inoculatroIdCard;
- private String inoculatroTelePhone;
- private String inoculatroSex;
- private String inoculatroBirthdate;
- private String inoculatroId;
- private String chatImageUrl;
- private String beginDate;
- private String reviewId;
- private boolean reviewed;
- private String vaccineExpiryDate;
- private String vaccineCategory;
- public String getChipNumber() {
- return chipNumber;
- }
- public void setChipNumber(String chipNumber) {
- this.chipNumber = chipNumber;
- }
- 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 String getCodeX() {
- return codeX;
- }
- public void setCodeX(String codeX) {
- this.codeX = codeX;
- }
- public String getDatetime() {
- return datetime;
- }
- public void setDatetime(String datetime) {
- this.datetime = datetime;
- }
- 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 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 String getDoctorEmail() {
- return doctorEmail;
- }
- public void setDoctorEmail(String doctorEmail) {
- this.doctorEmail = doctorEmail;
- }
- public String getBatchCertificate() {
- return batchCertificate;
- }
- public void setBatchCertificate(String batchCertificate) {
- this.batchCertificate = batchCertificate;
- }
- 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 int getStatus() {
- return status;
- }
- public void setStatus(int status) {
- this.status = status;
- }
- public String getHospitalId() {
- return hospitalId;
- }
- public void setHospitalId(String hospitalId) {
- this.hospitalId = hospitalId;
- }
- public String getDoctorId() {
- return doctorId;
- }
- public void setDoctorId(String doctorId) {
- this.doctorId = doctorId;
- }
- public String getFactoryEmail() {
- return factoryEmail;
- }
- public void setFactoryEmail(String factoryEmail) {
- this.factoryEmail = factoryEmail;
- }
- public String getVaccinateTime() {
- return vaccinateTime;
- }
- public void setVaccinateTime(String vaccinateTime) {
- this.vaccinateTime = vaccinateTime;
- }
- public String getInoculatroUserName() {
- return inoculatroUserName;
- }
- public void setInoculatroUserName(String inoculatroUserName) {
- this.inoculatroUserName = inoculatroUserName;
- }
- public String getInoculatroIdCard() {
- return inoculatroIdCard;
- }
- public void setInoculatroIdCard(String inoculatroIdCard) {
- this.inoculatroIdCard = inoculatroIdCard;
- }
- public String getInoculatroTelePhone() {
- return inoculatroTelePhone;
- }
- public void setInoculatroTelePhone(String inoculatroTelePhone) {
- this.inoculatroTelePhone = inoculatroTelePhone;
- }
- public String getInoculatroSex() {
- return inoculatroSex;
- }
- public void setInoculatroSex(String inoculatroSex) {
- this.inoculatroSex = inoculatroSex;
- }
- public String getInoculatroBirthdate() {
- return inoculatroBirthdate;
- }
- public void setInoculatroBirthdate(String inoculatroBirthdate) {
- this.inoculatroBirthdate = inoculatroBirthdate;
- }
- public String getInoculatroId() {
- return inoculatroId;
- }
- public void setInoculatroId(String inoculatroId) {
- this.inoculatroId = inoculatroId;
- }
- public String getChatImageUrl() {
- return chatImageUrl;
- }
- public void setChatImageUrl(String chatImageUrl) {
- this.chatImageUrl = chatImageUrl;
- }
- public String getBeginDate() {
- return beginDate;
- }
- public void setBeginDate(String beginDate) {
- this.beginDate = beginDate;
- }
- public String getReviewId() {
- return reviewId;
- }
- public void setReviewId(String reviewId) {
- this.reviewId = reviewId;
- }
- public boolean isReviewed() {
- return reviewed;
- }
- public void setReviewed(boolean reviewed) {
- this.reviewed = reviewed;
- }
- public String getVaccineExpiryDate() {
- return vaccineExpiryDate;
- }
- public void setVaccineExpiryDate(String vaccineExpiryDate) {
- this.vaccineExpiryDate = vaccineExpiryDate;
- }
- public String getVaccineCategory() {
- return vaccineCategory;
- }
- public void setVaccineCategory(String vaccineCategory) {
- this.vaccineCategory = vaccineCategory;
- }
- @Override
- public String toString() {
- return "DataBean{" +
- "chipNumber='" + chipNumber + '\'' +
- ", vaccinationCipher=" + vaccinationCipher +
- ", vaccineName='" + vaccineName + '\'' +
- ", vaccineNumber=" + vaccineNumber +
- ", codeX='" + codeX + '\'' +
- ", datetime='" + datetime + '\'' +
- ", factoryId=" + factoryId +
- ", factoryName='" + factoryName + '\'' +
- ", gmpName=" + gmpName +
- ", gmpPath=" + gmpPath +
- ", hospitalName='" + hospitalName + '\'' +
- ", doctorName='" + doctorName + '\'' +
- ", doctorTelephone='" + doctorTelephone + '\'' +
- ", doctorEmail=" + doctorEmail +
- ", batchCertificate=" + batchCertificate +
- ", sameBatchOtherColdChain=" + sameBatchOtherColdChain +
- ", sameBatchOtherFlow=" + sameBatchOtherFlow +
- ", sameFactoryOtherVaccines=" + sameFactoryOtherVaccines +
- ", type=" + type +
- ", status=" + status +
- ", hospitalId=" + hospitalId +
- ", doctorId=" + doctorId +
- ", factoryEmail=" + factoryEmail +
- ", vaccinateTime=" + vaccinateTime +
- ", inoculatroUserName=" + inoculatroUserName +
- ", inoculatroIdCard=" + inoculatroIdCard +
- ", inoculatroTelePhone=" + inoculatroTelePhone +
- ", inoculatroSex=" + inoculatroSex +
- ", inoculatroBirthdate=" + inoculatroBirthdate +
- ", inoculatroId=" + inoculatroId +
- ", chatImageUrl=" + chatImageUrl +
- ", beginDate='" + beginDate + '\'' +
- ", reviewId=" + reviewId +
- ", reviewed=" + reviewed +
- ", vaccineExpiryDate='" + vaccineExpiryDate + '\'' +
- ", vaccineCategory='" + vaccineCategory + '\'' +
- '}';
- }
- }
- @Override
- public String toString() {
- return "VnDetailBean{" +
- "data=" + data +
- '}';
- }
- }
|