最右.apk(点击下载) / ABEnableOnlineMarket.java


package com.izuiyou.gemini.entity;

import android.text.TextUtils;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.push.constant.RemoteMessageConst;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meituan.robust.PatchProxyResult;

public class ABEnableOnlineMarket {
    public static ChangeQuickRedirect changeQuickRedirect;
    @Expose(deserialize = false, serialize = false)

    /* renamed from: a  reason: collision with root package name */
    public boolean f18791a;
    @SerializedName("describe")
    public String desc = "右友精选限时优惠";
    @SerializedName("enable")
    public int enable = 1;
    @SerializedName(RemoteMessageConst.Notification.ICON)
    public String icon = "http://file.izuiyou.com/img/png/id/874586375/sz/src";
    @SerializedName("target")
    public String target = "https://h5.izuiyou.com/hybrid/shop?fullscreen=1";
    @SerializedName("title")
    public String title = "好物市集";

    public boolean a() {
        return this.enable == 1;
    }

    public boolean b() {
        PatchProxyResult proxy = PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 72400, new Class[0], Boolean.TYPE);
        if (proxy.isSupported) {
            return ((Boolean) proxy.result).booleanValue();
        }
        if (!a() || TextUtils.isEmpty(this.title) || TextUtils.isEmpty(this.icon) || TextUtils.isEmpty(this.target)) {
            return false;
        }
        return true;
    }
}