package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.yZi, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17639yZi { @SerializedName("devesCarBrand") public final String a; @SerializedName("cmp") public final C2890anD b; @SerializedName("carCodeC") public final String c; @SerializedName("devesCarModel") public final String d; @SerializedName("carCodeP") public final String e; @SerializedName("mvs") public final C2890anD f; public final String toString() { String str = this.a; String str2 = this.d; C2890anD c2890anD = this.b; C2890anD c2890anD2 = this.f; String str3 = this.c; String str4 = this.e; StringBuilder sb = new StringBuilder("EasycashPackageInsuranceDevesEntity(devesCarBrand="); sb.append(str); sb.append(", devesCarModel="); sb.append(str2); sb.append(", cmp="); sb.append(c2890anD); sb.append(", mvs="); sb.append(c2890anD2); sb.append(", carCodeC="); sb.append(str3); sb.append(", carCodeP="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); C2890anD c2890anD = this.b; int hashCode3 = c2890anD == null ? 0 : c2890anD.hashCode(); C2890anD c2890anD2 = this.f; int hashCode4 = c2890anD2 == null ? 0 : c2890anD2.hashCode(); String str3 = this.c; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.e; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17639yZi)) { return false; } C17639yZi c17639yZi = (C17639yZi) obj; return C14957gcv.b((Object) this.a, (Object) c17639yZi.a) && C14957gcv.b((Object) this.d, (Object) c17639yZi.d) && C14957gcv.b(this.b, c17639yZi.b) && C14957gcv.b(this.f, c17639yZi.f) && C14957gcv.b((Object) this.c, (Object) c17639yZi.c) && C14957gcv.b((Object) this.e, (Object) c17639yZi.e); } }