12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010 |
- package com.hanghui.senic.bean;
- import com.google.gson.annotations.SerializedName;
- import java.util.List;
- /**
- * 获取最终结果
- */
- public class FederatedPlatformsResponseBean {
- @SerializedName("code")
- private int code;
- @SerializedName("msg")
- private String msg;
- @SerializedName("data")
- private DataDTO data;
- public int getCode() {
- return code;
- }
- public void setCode(int code) {
- this.code = code;
- }
- public String getMsg() {
- return msg;
- }
- public void setMsg(String msg) {
- this.msg = msg;
- }
- public DataDTO getData() {
- return data;
- }
- public void setData(DataDTO data) {
- this.data = data;
- }
- public static class DataDTO {
- @SerializedName("vaccineNum")
- private String vaccineNum;
- @SerializedName("travelValidation")
- private Object travelValidation;
- @SerializedName("username")
- private String username;
- @SerializedName("idNumber")
- private String idNumber;
- @SerializedName("isOpen")
- private Integer isOpen;// 是否开门,0表示开门,其它表示不开门
- @SerializedName("openMsg")
- private String openMsg;
- @SerializedName("title")
- private String title;
- @SerializedName("titleColor")
- private String titleColor;
- @SerializedName("backgroundColor")
- private String backgroundColor;
- @SerializedName("vaccineIcoTitle")
- private String vaccineIcoTitle;
- @SerializedName("vaccineIconUrl")
- private String vaccineIconUrl;
- @SerializedName("vaccineNumColor")
- private String vaccineNumColor;
- @SerializedName("travelValidationTitle")
- private String travelValidationTitle;
- @SerializedName("travelValidationIconUrl")
- private String travelValidationIconUrl;
- @SerializedName("travelValidationDesc")
- private Object travelValidationDesc;
- @SerializedName("openVoiceMsg")
- private String openVoiceMsg;
- @SerializedName("showUsername")
- private String showUsername;
- @SerializedName("showIdNumber")
- private String showIdNumber;
- @SerializedName("phone")
- private String phone;
- @SerializedName("limitGather")
- private Object limitGather;
- @SerializedName("isAlarm")
- private boolean isAlarm;
- @SerializedName("showQrcode")
- private boolean showQrcode;
- @SerializedName("qrcodeText")
- private String qrcodeText;
- @SerializedName("advertise")
- private String advertise;
- @SerializedName("useSerialPort")
- private String useSerialPort;
- @SerializedName("openTimes")
- private Integer openTimes;
- @SerializedName("signalNo")
- private String signalNo;
- @SerializedName("mainLineLeft")
- private Object mainLineLeft;
- @SerializedName("mainLineRight")
- private Object mainLineRight;
- @SerializedName("status")
- private String status;
- @SerializedName("showPageType")
- private String showPageType;
- @SerializedName("taskId")
- private String taskId;
- @SerializedName("countDown")
- private int countDown;
- @SerializedName("aMainIcon")
- private String aMainIcon;//图标,通用结果页是url,悬浮版结果页是数字
- @SerializedName("aMainLine")
- private String aMainLine;
- @SerializedName("aSubLineFirst")
- private String aSubLineFirst;
- @SerializedName("aSubLineSecond")
- private String aSubLineSecond;
- @SerializedName("aLineOneLabel")
- private String aLineOneLabel;
- @SerializedName("aLineOneValue")
- private String aLineOneValue;
- @SerializedName("aLineTwoLabel")
- private String aLineTwoLabel;
- @SerializedName("aLineTwoValue")
- private String aLineTwoValue;
- @SerializedName("aLineThrLabel")
- private String aLineThrLabel;
- @SerializedName("aLineThrValue")
- private String aLineThrValue;
- @SerializedName("bMainIcon")
- private String bMainIcon;
- @SerializedName("bMainLine")
- private String bMainLine;
- @SerializedName("bSubLine")
- private String bSubLine;
- @SerializedName("aBackgroundUrl")
- private String aBackgroundUrl;
- @SerializedName("bBackgroundUrl")
- private String bBackgroundUrl;
- @SerializedName("end")
- private Boolean end;
- @SerializedName("delay")
- private int delay;//end为false的情况下,延迟delay秒后发起下个请求
- @SerializedName("cBackgroundUrl")
- private String cBackgroundUrl;
- @SerializedName("cButtonText")
- private String cButtonText;
- @SerializedName("cButtonSubText")
- private String cButtonSubText;
- @SerializedName("dBackgroundUrl")
- private String dBackgroundUrl;
- @SerializedName("dMainLine")
- private String dMainLine;
- @SerializedName("nuclein")
- private List<NucleinDTO> nuclein;
- @SerializedName("data")
- private List<DataDTO1> data;
- @SerializedName("bChoiseList")
- private List<BChoiseListDTO> bChoiseList;
- @SerializedName("cChoiseList")
- private List<CChoiseListDTO> cChoiseList;
- @SerializedName("name")
- private String name;
- @SerializedName("CertNo")
- private String CertNo;
- @SerializedName("Mobile")
- private String Mobile;
- @SerializedName("signalType")
- private String signalType;
- @SerializedName("photo")
- private String photo;
- @SerializedName("showTimeDur")
- private int showTimeDur;//倒计时时间
- @SerializedName("icNumber")
- private String icNumber;
- @SerializedName("isSmileResult")
- private boolean isSmileResult;
- @SerializedName("cardIdEx")
- private String cardIdEx;
- public String getCardIdEx() {
- return cardIdEx;
- }
- public void setCardIdEx(String cardIdEx) {
- this.cardIdEx = cardIdEx;
- }
- public boolean isSmileResult() {
- return isSmileResult;
- }
- public void setSmileResult(boolean smileResult) {
- isSmileResult = smileResult;
- }
- public String getIcNumber() {
- return icNumber;
- }
- public void setIcNumber(String icNumber) {
- this.icNumber = icNumber;
- }
- public int getShowTimeDur() {
- return showTimeDur;
- }
- public void setShowTimeDur(int showTimeDur) {
- this.showTimeDur = showTimeDur;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public String getCertNo() {
- return CertNo;
- }
- public void setCertNo(String certNo) {
- CertNo = certNo;
- }
- public String getMobile() {
- return Mobile;
- }
- public void setMobile(String mobile) {
- Mobile = mobile;
- }
- public String getVaccineNum() {
- return vaccineNum;
- }
- public void setVaccineNum(String vaccineNum) {
- this.vaccineNum = vaccineNum;
- }
- public Object getTravelValidation() {
- return travelValidation;
- }
- public void setTravelValidation(Object travelValidation) {
- this.travelValidation = travelValidation;
- }
- public String getUsername() {
- return username;
- }
- public void setUsername(String username) {
- this.username = username;
- }
- public String getIdNumber() {
- return idNumber;
- }
- public void setIdNumber(String idNumber) {
- this.idNumber = idNumber;
- }
- public Integer getIsOpen() {
- return isOpen;
- }
- public void setIsOpen(Integer isOpen) {
- this.isOpen = isOpen;
- }
- public String getOpenMsg() {
- return openMsg;
- }
- public void setOpenMsg(String openMsg) {
- this.openMsg = openMsg;
- }
- public String getTitle() {
- return title;
- }
- public void setTitle(String title) {
- this.title = title;
- }
- public String getTitleColor() {
- return titleColor;
- }
- public void setTitleColor(String titleColor) {
- this.titleColor = titleColor;
- }
- public String getBackgroundColor() {
- return backgroundColor;
- }
- public void setBackgroundColor(String backgroundColor) {
- this.backgroundColor = backgroundColor;
- }
- public String getVaccineIcoTitle() {
- return vaccineIcoTitle;
- }
- public void setVaccineIcoTitle(String vaccineIcoTitle) {
- this.vaccineIcoTitle = vaccineIcoTitle;
- }
- public String getVaccineIconUrl() {
- return vaccineIconUrl;
- }
- public void setVaccineIconUrl(String vaccineIconUrl) {
- this.vaccineIconUrl = vaccineIconUrl;
- }
- public String getVaccineNumColor() {
- return vaccineNumColor;
- }
- public void setVaccineNumColor(String vaccineNumColor) {
- this.vaccineNumColor = vaccineNumColor;
- }
- public String getTravelValidationTitle() {
- return travelValidationTitle;
- }
- public void setTravelValidationTitle(String travelValidationTitle) {
- this.travelValidationTitle = travelValidationTitle;
- }
- public String getTravelValidationIconUrl() {
- return travelValidationIconUrl;
- }
- public void setTravelValidationIconUrl(String travelValidationIconUrl) {
- this.travelValidationIconUrl = travelValidationIconUrl;
- }
- public Object getTravelValidationDesc() {
- return travelValidationDesc;
- }
- public void setTravelValidationDesc(Object travelValidationDesc) {
- this.travelValidationDesc = travelValidationDesc;
- }
- public String getOpenVoiceMsg() {
- return openVoiceMsg;
- }
- public void setOpenVoiceMsg(String openVoiceMsg) {
- this.openVoiceMsg = openVoiceMsg;
- }
- public String getShowUsername() {
- return showUsername;
- }
- public void setShowUsername(String showUsername) {
- this.showUsername = showUsername;
- }
- public String getShowIdNumber() {
- return showIdNumber;
- }
- public void setShowIdNumber(String showIdNumber) {
- this.showIdNumber = showIdNumber;
- }
- public String getPhone() {
- return phone;
- }
- public void setPhone(String phone) {
- this.phone = phone;
- }
- public Object getLimitGather() {
- return limitGather;
- }
- public void setLimitGather(Object limitGather) {
- this.limitGather = limitGather;
- }
- public boolean isIsAlarm() {
- return isAlarm;
- }
- public void setIsAlarm(boolean isAlarm) {
- this.isAlarm = isAlarm;
- }
- public boolean isShowQrcode() {
- return showQrcode;
- }
- public void setShowQrcode(boolean showQrcode) {
- this.showQrcode = showQrcode;
- }
- public String getQrcodeText() {
- return qrcodeText;
- }
- public void setQrcodeText(String qrcodeText) {
- this.qrcodeText = qrcodeText;
- }
- public String getAdvertise() {
- return advertise;
- }
- public void setAdvertise(String advertise) {
- this.advertise = advertise;
- }
- public String getUseSerialPort() {
- return useSerialPort;
- }
- public void setUseSerialPort(String useSerialPort) {
- this.useSerialPort = useSerialPort;
- }
- public Integer getOpenTimes() {
- return openTimes;
- }
- public void setOpenTimes(Integer openTimes) {
- this.openTimes = openTimes;
- }
- public String getSignalNo() {
- return signalNo;
- }
- public void setSignalNo(String signalNo) {
- this.signalNo = signalNo;
- }
- public Object getMainLineLeft() {
- return mainLineLeft;
- }
- public void setMainLineLeft(Object mainLineLeft) {
- this.mainLineLeft = mainLineLeft;
- }
- public Object getMainLineRight() {
- return mainLineRight;
- }
- public void setMainLineRight(Object mainLineRight) {
- this.mainLineRight = mainLineRight;
- }
- public String getStatus() {
- return status;
- }
- public void setStatus(String status) {
- this.status = status;
- }
- public String getShowPageType() {
- return showPageType;
- }
- public void setShowPageType(String showPageType) {
- this.showPageType = showPageType;
- }
- public String getTaskId() {
- return taskId;
- }
- public void setTaskId(String taskId) {
- this.taskId = taskId;
- }
- public int getCountDown() {
- return countDown;
- }
- public void setCountDown(int countDown) {
- this.countDown = countDown;
- }
- public String getAMainIcon() {
- return aMainIcon;
- }
- public void setAMainIcon(String aMainIcon) {
- this.aMainIcon = aMainIcon;
- }
- public String getAMainLine() {
- return aMainLine;
- }
- public void setAMainLine(String aMainLine) {
- this.aMainLine = aMainLine;
- }
- public String getASubLineFirst() {
- return aSubLineFirst;
- }
- public void setASubLineFirst(String aSubLineFirst) {
- this.aSubLineFirst = aSubLineFirst;
- }
- public String getASubLineSecond() {
- return aSubLineSecond;
- }
- public void setASubLineSecond(String aSubLineSecond) {
- this.aSubLineSecond = aSubLineSecond;
- }
- public String getALineOneLabel() {
- return aLineOneLabel;
- }
- public void setALineOneLabel(String aLineOneLabel) {
- this.aLineOneLabel = aLineOneLabel;
- }
- public String getALineOneValue() {
- return aLineOneValue;
- }
- public void setALineOneValue(String aLineOneValue) {
- this.aLineOneValue = aLineOneValue;
- }
- public String getALineTwoLabel() {
- return aLineTwoLabel;
- }
- public void setALineTwoLabel(String aLineTwoLabel) {
- this.aLineTwoLabel = aLineTwoLabel;
- }
- public String getALineTwoValue() {
- return aLineTwoValue;
- }
- public void setALineTwoValue(String aLineTwoValue) {
- this.aLineTwoValue = aLineTwoValue;
- }
- public String getALineThrLabel() {
- return aLineThrLabel;
- }
- public void setALineThrLabel(String aLineThrLabel) {
- this.aLineThrLabel = aLineThrLabel;
- }
- public String getALineThrValue() {
- return aLineThrValue;
- }
- public void setALineThrValue(String aLineThrValue) {
- this.aLineThrValue = aLineThrValue;
- }
- public String getBMainIcon() {
- return bMainIcon;
- }
- public void setBMainIcon(String bMainIcon) {
- this.bMainIcon = bMainIcon;
- }
- public String getBMainLine() {
- return bMainLine;
- }
- public void setBMainLine(String bMainLine) {
- this.bMainLine = bMainLine;
- }
- public String getBSubLine() {
- return bSubLine;
- }
- public void setBSubLine(String bSubLine) {
- this.bSubLine = bSubLine;
- }
- public String getABackgroundUrl() {
- return aBackgroundUrl;
- }
- public void setABackgroundUrl(String aBackgroundUrl) {
- this.aBackgroundUrl = aBackgroundUrl;
- }
- public String getBBackgroundUrl() {
- return bBackgroundUrl;
- }
- public void setBBackgroundUrl(String bBackgroundUrl) {
- this.bBackgroundUrl = bBackgroundUrl;
- }
- public Boolean getEnd() {
- return end;
- }
- public void setEnd(Boolean end) {
- this.end = end;
- }
- public int getDelay() {
- return delay;
- }
- public void setDelay(int delay) {
- this.delay = delay;
- }
- public String getCBackgroundUrl() {
- return cBackgroundUrl;
- }
- public void setCBackgroundUrl(String cBackgroundUrl) {
- this.cBackgroundUrl = cBackgroundUrl;
- }
- public String getCButtonText() {
- return cButtonText;
- }
- public void setCButtonText(String cButtonText) {
- this.cButtonText = cButtonText;
- }
- public String getCButtonSubText() {
- return cButtonSubText;
- }
- public void setCButtonSubText(String cButtonSubText) {
- this.cButtonSubText = cButtonSubText;
- }
- public String getDBackgroundUrl() {
- return dBackgroundUrl;
- }
- public void setDBackgroundUrl(String dBackgroundUrl) {
- this.dBackgroundUrl = dBackgroundUrl;
- }
- public String getDMainLine() {
- return dMainLine;
- }
- public void setDMainLine(String dMainLine) {
- this.dMainLine = dMainLine;
- }
- public List<NucleinDTO> getNuclein() {
- return nuclein;
- }
- public void setNuclein(List<NucleinDTO> nuclein) {
- this.nuclein = nuclein;
- }
- public List<DataDTO1> getData() {
- return data;
- }
- public void setData(List<DataDTO1> data) {
- this.data = data;
- }
- public List<BChoiseListDTO> getBChoiseList() {
- return bChoiseList;
- }
- public void setBChoiseList(List<BChoiseListDTO> bChoiseList) {
- this.bChoiseList = bChoiseList;
- }
- public List<CChoiseListDTO> getCChoiseList() {
- return cChoiseList;
- }
- public void setCChoiseList(List<CChoiseListDTO> cChoiseList) {
- this.cChoiseList = cChoiseList;
- }
- public String getSignalType() {
- return signalType;
- }
- public void setSignalType(String signalType) {
- this.signalType = signalType;
- }
- public String getPhoto() {
- return photo;
- }
- public void setPhoto(String photo) {
- this.photo = photo;
- }
- public static class NucleinDTO {
- @SerializedName("checktime")
- private String checktime;
- @SerializedName("reportTime")
- private String reportTime;
- @SerializedName("showTime")
- private Object showTime;
- @SerializedName("result")
- private String result;
- @SerializedName("iconUrl")
- private String iconUrl;
- @SerializedName("title")
- private String title;
- @SerializedName("content")
- private String content;
- @SerializedName("contentColor")
- private String contentColor;
- public String getChecktime() {
- return checktime;
- }
- public void setChecktime(String checktime) {
- this.checktime = checktime;
- }
- public String getReportTime() {
- return reportTime;
- }
- public void setReportTime(String reportTime) {
- this.reportTime = reportTime;
- }
- public Object getShowTime() {
- return showTime;
- }
- public void setShowTime(Object showTime) {
- this.showTime = showTime;
- }
- public String getResult() {
- return result;
- }
- public void setResult(String result) {
- this.result = result;
- }
- public String getIconUrl() {
- return iconUrl;
- }
- public void setIconUrl(String iconUrl) {
- this.iconUrl = iconUrl;
- }
- public String getTitle() {
- return title;
- }
- public void setTitle(String title) {
- this.title = title;
- }
- public String getContent() {
- return content;
- }
- public void setContent(String content) {
- this.content = content;
- }
- public String getContentColor() {
- return contentColor;
- }
- public void setContentColor(String contentColor) {
- this.contentColor = contentColor;
- }
- }
- public static class DataDTO1 {
- @SerializedName("mzt")
- private String mzt;
- @SerializedName("content")
- private String content;
- @SerializedName("contentColor")
- private String contentColor;
- @SerializedName("username")
- private Object username;
- @SerializedName("idNumber")
- private Object idNumber;
- @SerializedName("phone")
- private Object phone;
- public String getMzt() {
- return mzt;
- }
- public void setMzt(String mzt) {
- this.mzt = mzt;
- }
- public String getContent() {
- return content;
- }
- public void setContent(String content) {
- this.content = content;
- }
- public String getContentColor() {
- return contentColor;
- }
- public void setContentColor(String contentColor) {
- this.contentColor = contentColor;
- }
- public Object getUsername() {
- return username;
- }
- public void setUsername(Object username) {
- this.username = username;
- }
- public Object getIdNumber() {
- return idNumber;
- }
- public void setIdNumber(Object idNumber) {
- this.idNumber = idNumber;
- }
- public Object getPhone() {
- return phone;
- }
- public void setPhone(Object phone) {
- this.phone = phone;
- }
- }
- public static class BChoiseListDTO {
- @SerializedName("label")
- private String label;
- @SerializedName("value")
- private String value;
- @SerializedName("deep")
- private boolean deep;
- public String getLabel() {
- return label;
- }
- public void setLabel(String label) {
- this.label = label;
- }
- public String getValue() {
- return value;
- }
- public void setValue(String value) {
- this.value = value;
- }
- public boolean getDeep() {
- return deep;
- }
- public void setDeep(boolean deep) {
- this.deep = deep;
- }
- }
- public static class CChoiseListDTO {
- @SerializedName("title")
- private String title;
- @SerializedName("subTitle")
- private String subTitle;
- @SerializedName("list")
- private List<ListDTO> list;
- @SerializedName("selected")
- private boolean selected;
- public boolean isSelected() {
- return selected;
- }
- public void setSelected(boolean selected) {
- this.selected = selected;
- }
- public String getTitle() {
- return title;
- }
- public void setTitle(String title) {
- this.title = title;
- }
- public String getSubTitle() {
- return subTitle;
- }
- public void setSubTitle(String subTitle) {
- this.subTitle = subTitle;
- }
- public List<ListDTO> getList() {
- return list;
- }
- public void setList(List<ListDTO> list) {
- this.list = list;
- }
- public static class ListDTO {
- @SerializedName("label")
- private String label;
- @SerializedName("value")
- private String value;
- @SerializedName("selected")
- private boolean selected;
- @SerializedName("topTitle")
- private String topTitle;
- @SerializedName("bottomLeftTitle")
- private String bottomLeftTitle;
- @SerializedName("bottomRightTitle")
- private String bottomRightTitle;
- public String getTopTitle() {
- return topTitle;
- }
- public void setTopTitle(String topTitle) {
- this.topTitle = topTitle;
- }
- public String getBottomLeftTitle() {
- return bottomLeftTitle;
- }
- public void setBottomLeftTitle(String bottomLeftTitle) {
- this.bottomLeftTitle = bottomLeftTitle;
- }
- public String getBottomRightTitle() {
- return bottomRightTitle;
- }
- public void setBottomRightTitle(String bottomRightTitle) {
- this.bottomRightTitle = bottomRightTitle;
- }
- public String getLabel() {
- return label;
- }
- public void setLabel(String label) {
- this.label = label;
- }
- public String getValue() {
- return value;
- }
- public void setValue(String value) {
- this.value = value;
- }
- public boolean isSelected() {
- return selected;
- }
- public void setSelected(boolean selected) {
- this.selected = selected;
- }
- }
- }
- }
- }
|