小红书.apk(点击下载) / CouponStyleConfig.java


package com.xingin.alpha.bean;

import com.google.gson.annotations.SerializedName;
import kotlin.Metadata;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import pc2.p;

@Metadata(d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u000f\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b†\b\u0018\u00002\u00020\u0001B-\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0004\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0005\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0006\u001a\u00020\u0003¢\u0006\u0002\u0010\u0007J\t\u0010\r\u001a\u00020\u0003HÆ\u0003J\t\u0010\u000e\u001a\u00020\u0003HÆ\u0003J\t\u0010\u000f\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0010\u001a\u00020\u0003HÆ\u0003J1\u0010\u0011\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00032\b\b\u0002\u0010\u0006\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u0012\u001a\u00020\u00132\b\u0010\u0014\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0015\u001a\u00020\u0016HÖ\u0001J\t\u0010\u0017\u001a\u00020\u0003HÖ\u0001R\u0016\u0010\u0005\u001a\u00020\u00038\u0006X‡\u0004¢\u0006\b\n\u0000\u001a\u0004\b\b\u0010\tR\u0016\u0010\u0002\u001a\u00020\u00038\u0006X‡\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\tR\u0016\u0010\u0006\u001a\u00020\u00038\u0006X‡\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\tR\u0016\u0010\u0004\u001a\u00020\u00038\u0006X‡\u0004¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\t¨\u0006\u0018"}, d2 = {"Lcom/xingin/alpha/bean/CouponStyleConfig;", "", "couponBg", "", "titleColor", "contentColor", "descColor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "getContentColor", "()Ljava/lang/String;", "getCouponBg", "getDescColor", "getTitleColor", "component1", "component2", "component3", "component4", p.COPY, "equals", "", "other", "hashCode", "", "toString", "alpha_library_release"}, k = 1, mv = {1, 6, 0}, xi = 48)
/* compiled from: AlphaGoodsConfig.kt */
public final class CouponStyleConfig {
    @SerializedName("content_color")
    private final String contentColor;
    @SerializedName("coupon_bg")
    private final String couponBg;
    @SerializedName("desc_color")
    private final String descColor;
    @SerializedName("title_color")
    private final String titleColor;

    public CouponStyleConfig() {
        this(null, null, null, null, 15, null);
    }

    public CouponStyleConfig(String str, String str2, String str3, String str4) {
        Intrinsics.checkNotNullParameter(str, "couponBg");
        Intrinsics.checkNotNullParameter(str2, "titleColor");
        Intrinsics.checkNotNullParameter(str3, "contentColor");
        Intrinsics.checkNotNullParameter(str4, "descColor");
        this.couponBg = str;
        this.titleColor = str2;
        this.contentColor = str3;
        this.descColor = str4;
    }

    public static /* synthetic */ CouponStyleConfig copy$default(CouponStyleConfig couponStyleConfig, String str, String str2, String str3, String str4, int i10, Object obj) {
        if ((i10 & 1) != 0) {
            str = couponStyleConfig.couponBg;
        }
        if ((i10 & 2) != 0) {
            str2 = couponStyleConfig.titleColor;
        }
        if ((i10 & 4) != 0) {
            str3 = couponStyleConfig.contentColor;
        }
        if ((i10 & 8) != 0) {
            str4 = couponStyleConfig.descColor;
        }
        return couponStyleConfig.copy(str, str2, str3, str4);
    }

    public final String component1() {
        return this.couponBg;
    }

    public final String component2() {
        return this.titleColor;
    }

    public final String component3() {
        return this.contentColor;
    }

    public final String component4() {
        return this.descColor;
    }

    public final CouponStyleConfig copy(String str, String str2, String str3, String str4) {
        Intrinsics.checkNotNullParameter(str, "couponBg");
        Intrinsics.checkNotNullParameter(str2, "titleColor");
        Intrinsics.checkNotNullParameter(str3, "contentColor");
        Intrinsics.checkNotNullParameter(str4, "descColor");
        return new CouponStyleConfig(str, str2, str3, str4);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof CouponStyleConfig)) {
            return false;
        }
        CouponStyleConfig couponStyleConfig = (CouponStyleConfig) obj;
        return Intrinsics.areEqual(this.couponBg, couponStyleConfig.couponBg) && Intrinsics.areEqual(this.titleColor, couponStyleConfig.titleColor) && Intrinsics.areEqual(this.contentColor, couponStyleConfig.contentColor) && Intrinsics.areEqual(this.descColor, couponStyleConfig.descColor);
    }

    public final String getContentColor() {
        return this.contentColor;
    }

    public final String getCouponBg() {
        return this.couponBg;
    }

    public final String getDescColor() {
        return this.descColor;
    }

    public final String getTitleColor() {
        return this.titleColor;
    }

    public int hashCode() {
        return (((((this.couponBg.hashCode() * 31) + this.titleColor.hashCode()) * 31) + this.contentColor.hashCode()) * 31) + this.descColor.hashCode();
    }

    public String toString() {
        return "CouponStyleConfig(couponBg=" + this.couponBg + ", titleColor=" + this.titleColor + ", contentColor=" + this.contentColor + ", descColor=" + this.descColor + ')';
    }

    /* JADX INFO: this call moved to the top of the method (can break code semantics) */
    public /* synthetic */ CouponStyleConfig(String str, String str2, String str3, String str4, int i10, DefaultConstructorMarker defaultConstructorMarker) {
        this((i10 & 1) != 0 ? "https://fe-video-qc.xhscdn.com/fe-platform/e37e14844922e103d01303811f388287dedc4811.png?attname=fe-platform/e37e14844922e103d01303811f388287dedc4811.png" : str, (i10 & 2) != 0 ? "" : str2, (i10 & 4) != 0 ? "" : str3, (i10 & 8) != 0 ? "" : str4);
    }
}