| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381 |
- 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":"1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37","vaccinationCipher":"02656E1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37410000015B0000000000000000555559000290000000000005A96AAAAA5555555555000000055555555555555555400000000000000000000000000000000000000000000000000000000000000000000000000000000000055555555555540000000002","vaccineName":"流感疫苗","vaccineNumber":null,"code":"0000027","datetime":"2019-07-31 15:46:40","factoryId":3,"factoryName":"华兰生物疫苗有限公司","gmpName":"Cn5732","gmpPath":"a87365032909483da7571d11b2d1a9e2.png","hospitalName":"协和医院","doctorName":"周广义","doctorTelephone":"15611874417","doctorEmail":null,"batchCertificate":"","sameBatchOtherColdChain":"","sameBatchOtherFlow":"","sameFactoryOtherVaccines":"","type":3,"status":4,"hospitalId":null,"doctorId":null,"factoryEmail":null,"vaccinateTime":null,"inoculatroUserName":null,"inoculatroIdCard":null,"chatImageUrl":"http://evvmapi.vandh.org/chip/chat/1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37.jpg","beginDate":"2019-07-25 12:45:15","reviewId":null,"reviewed":false}
- */
- private DataBean data;
- public DataBean getData() {
- return data;
- }
- public void setData(DataBean data) {
- this.data = data;
- }
- public static class DataBean implements Serializable {
- /**
- * chipNumber : 1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37
- * vaccinationCipher : 02656E1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37410000015B0000000000000000555559000290000000000005A96AAAAA5555555555000000055555555555555555400000000000000000000000000000000000000000000000000000000000000000000000000000000000055555555555540000000002
- * vaccineName : 流感疫苗
- * vaccineNumber : null
- * code : 0000027
- * datetime : 2019-07-31 15:46:40
- * factoryId : 3
- * factoryName : 华兰生物疫苗有限公司
- * gmpName : Cn5732
- * gmpPath : a87365032909483da7571d11b2d1a9e2.png
- * hospitalName : 协和医院
- * doctorName : 周广义
- * doctorTelephone : 15611874417
- * doctorEmail : null
- * batchCertificate :
- * sameBatchOtherColdChain :
- * sameBatchOtherFlow :
- * sameFactoryOtherVaccines :
- * type : 3
- * status : 4
- * hospitalId : null
- * doctorId : null
- * factoryEmail : null
- * vaccinateTime : null
- * inoculatroUserName : null
- * inoculatroIdCard : null
- * chatImageUrl : http://evvmapi.vandh.org/chip/chat/1430303030303237303030303030323730303030303032370000000000000000AB35CB8D0BE5FE37.jpg
- * beginDate : 2019-07-25 12:45:15
- * reviewId : null
- * reviewed : false
- */
- private String chipNumber;
- private String vaccinationCipher;
- private String vaccineName;
- private Object 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 Object doctorEmail;
- private String batchCertificate;
- private String sameBatchOtherColdChain;
- private String sameBatchOtherFlow;
- private String sameFactoryOtherVaccines;
- private int type;
- private int status;
- private Object hospitalId;
- private Object doctorId;
- private Object factoryEmail;
- private Object vaccinateTime;
- private Object inoculatroUserName;
- private Object inoculatroIdCard;
- private String chatImageUrl;
- private String beginDate;
- private Object reviewId;
- private boolean reviewed;
- 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 Object getVaccineNumber() {
- return vaccineNumber;
- }
- public void setVaccineNumber(Object 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 Object getDoctorEmail() {
- return doctorEmail;
- }
- public void setDoctorEmail(Object 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 Object getHospitalId() {
- return hospitalId;
- }
- public void setHospitalId(Object hospitalId) {
- this.hospitalId = hospitalId;
- }
- public Object getDoctorId() {
- return doctorId;
- }
- public void setDoctorId(Object doctorId) {
- this.doctorId = doctorId;
- }
- public Object getFactoryEmail() {
- return factoryEmail;
- }
- public void setFactoryEmail(Object factoryEmail) {
- this.factoryEmail = factoryEmail;
- }
- public Object getVaccinateTime() {
- return vaccinateTime;
- }
- public void setVaccinateTime(Object vaccinateTime) {
- this.vaccinateTime = vaccinateTime;
- }
- public Object getInoculatroUserName() {
- return inoculatroUserName;
- }
- public void setInoculatroUserName(Object inoculatroUserName) {
- this.inoculatroUserName = inoculatroUserName;
- }
- public Object getInoculatroIdCard() {
- return inoculatroIdCard;
- }
- public void setInoculatroIdCard(Object inoculatroIdCard) {
- this.inoculatroIdCard = inoculatroIdCard;
- }
- 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 Object getReviewId() {
- return reviewId;
- }
- public void setReviewId(Object reviewId) {
- this.reviewId = reviewId;
- }
- public boolean isReviewed() {
- return reviewed;
- }
- public void setReviewed(boolean reviewed) {
- this.reviewed = reviewed;
- }
- @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 +
- ", chatImageUrl='" + chatImageUrl + '\'' +
- ", beginDate='" + beginDate + '\'' +
- ", reviewId=" + reviewId +
- ", reviewed=" + reviewed +
- '}';
- }
- }
- @Override
- public String toString() {
- return "VnDetailBean{" +
- "data=" + data +
- '}';
- }
- }
|