package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class nEi { @SerializedName("crossSell") private final String b; @SerializedName("model") private final String c; @SerializedName("tnc") private final String d; public final String toString() { String str = this.d; String str2 = this.c; String str3 = this.b; StringBuilder sb = new StringBuilder("HmlConsentFlagsRequest(tnc="); sb.append(str); sb.append(", model="); sb.append(str2); sb.append(", crossSell="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof nEi)) { return false; } nEi nei = (nEi) obj; return C14957gcv.b((Object) this.d, (Object) nei.d) && C14957gcv.b((Object) this.c, (Object) nei.c) && C14957gcv.b((Object) this.b, (Object) nei.b); } }