E682Response.java 5.3 KB
Newer Older
xucl committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
package com.fadu.app.bean.e;

import com.fadu.app.bean.BaseResponse;
import com.fadu.app.bean.other.AdsLawyerInfoBean;

import java.util.ArrayList;
import java.util.List;

/**
 * @Author: lgj
 * @Date: 2019/5/13 19:55
 * @Description:
 */
public class E682Response extends BaseResponse {

    private String logo; //头像

    private String lawyerName; //律师名

    private String dyAccountName; //账号名

    private String dyAccount; //抖音号

    private String dyIntroduction; //抖音简介

    private String dyLikes; //获赞数

    private String dyFans; //粉丝数

    private String buttonText1; //咨询吴律师

    private String buttonText2; //(398元/小时)

    private String dyLawyerPic; //大头像

    private String fieldName; //擅长领域

    private List<AdsLawyerInfoBean> seniorLawyerList = new ArrayList<>(); //平台资深律师

    private List<AdsLawyerInfoBean> heightLawyerList = new ArrayList<>(); //高级律师

    private String seriorPrice; //资深律师费用

    private String heightPrice; //高级律师费用

    private String lawyerId;

    private String voucherPrice ; // 优惠券价值

    private boolean showVoucherPopup ; // 是否显示优惠券弹窗

    private int voucherViewed;//优惠券入口是否显示,0 不显示(默认),1 显示

    private String button1TextUp; //28元咨询平台高级律师

    private String button2TextUp; //48元咨询平台资深律师

    private String buttonTextLow; //(1小时图文+电话咨询,1分钟响应)

    public String getVoucherPrice() {
        return voucherPrice;
    }

    public void setVoucherPrice(String voucherPrice) {
        this.voucherPrice = voucherPrice;
    }

    public boolean isShowVoucherPopup() {
        return showVoucherPopup;
    }

    public void setShowVoucherPopup(boolean showVoucherPopup) {
        this.showVoucherPopup = showVoucherPopup;
    }

    public String getLawyerId() {
        return lawyerId;
    }

    public void setLawyerId(String lawyerId) {
        this.lawyerId = lawyerId;
    }

    public List<AdsLawyerInfoBean> getHeightLawyerList() {
        return heightLawyerList;
    }

    public void setHeightLawyerList(List<AdsLawyerInfoBean> heightLawyerList) {
        this.heightLawyerList = heightLawyerList;
    }

    public String getSeriorPrice() {
        return seriorPrice;
    }

    public void setSeriorPrice(String seriorPrice) {
        this.seriorPrice = seriorPrice;
    }

    public String getHeightPrice() {
        return heightPrice;
    }

    public void setHeightPrice(String heightPrice) {
        this.heightPrice = heightPrice;
    }

    public List<AdsLawyerInfoBean> getSeniorLawyerList() {
        return seniorLawyerList;
    }

    public void setSeniorLawyerList(List<AdsLawyerInfoBean> seniorLawyerList) {
        this.seniorLawyerList = seniorLawyerList;
    }

    public String getFieldName() {
        return fieldName;
    }

    public void setFieldName(String fieldName) {
        this.fieldName = fieldName;
    }

    public String getDyLawyerPic() {
        return dyLawyerPic;
    }

    public void setDyLawyerPic(String dyLawyerPic) {
        this.dyLawyerPic = dyLawyerPic;
    }

    public String getLogo() {
        return logo;
    }

    public void setLogo(String logo) {
        this.logo = logo;
    }

    public String getLawyerName() {
        return lawyerName;
    }

    public void setLawyerName(String lawyerName) {
        this.lawyerName = lawyerName;
    }

    public String getDyAccountName() {
        return dyAccountName;
    }

    public void setDyAccountName(String dyAccountName) {
        this.dyAccountName = dyAccountName;
    }

    public String getDyAccount() {
        return dyAccount;
    }

    public void setDyAccount(String dyAccount) {
        this.dyAccount = dyAccount;
    }

    public String getDyIntroduction() {
        return dyIntroduction;
    }

    public void setDyIntroduction(String dyIntroduction) {
        this.dyIntroduction = dyIntroduction;
    }

    public String getDyLikes() {
        return dyLikes;
    }

    public void setDyLikes(String dyLikes) {
        this.dyLikes = dyLikes;
    }

    public String getDyFans() {
        return dyFans;
    }

    public void setDyFans(String dyFans) {
        this.dyFans = dyFans;
    }

    public String getButtonText1() {
        return buttonText1;
    }

    public void setButtonText1(String buttonText1) {
        this.buttonText1 = buttonText1;
    }

    public String getButtonText2() {
        return buttonText2;
    }

    public void setButtonText2(String buttonText2) {
        this.buttonText2 = buttonText2;
    }

    public int getVoucherViewed() {
        return voucherViewed;
    }

    public void setVoucherViewed(int voucherViewed) {
        this.voucherViewed = voucherViewed;
    }

    public String getButton1TextUp() {
        return button1TextUp;
    }

    public void setButton1TextUp(String button1TextUp) {
        this.button1TextUp = button1TextUp;
    }

    public String getButton2TextUp() {
        return button2TextUp;
    }

    public void setButton2TextUp(String button2TextUp) {
        this.button2TextUp = button2TextUp;
    }

    public String getButtonTextLow() {
        return buttonTextLow;
    }

    public void setButtonTextLow(String buttonTextLow) {
        this.buttonTextLow = buttonTextLow;
    }
}