package o; import com.google.gson.annotations.SerializedName; import java.util.Objects; /* loaded from: classes3.dex */ public class DeI { @SerializedName("crossSell") private String b; @SerializedName("model") private String c; @SerializedName("ncb") private String d; @SerializedName("tnc") private String e; /* loaded from: classes3.dex */ public static final class HBt { String b; String c; String d; public String e; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } DeI deI = (DeI) obj; return Objects.equals(this.e, deI.e) && Objects.equals(this.d, deI.d) && Objects.equals(this.c, deI.c) && Objects.equals(this.b, deI.b); } public int hashCode() { return Objects.hash(this.e, this.d, this.c, this.b); } private DeI(HBt hBt) { this.e = hBt.b; this.d = hBt.e; this.c = hBt.c; this.b = hBt.d; } public /* synthetic */ DeI(HBt hBt, byte b) { this(hBt); } }