package o; /* loaded from: classes3.dex */ public final class GFn { private final String a; private final String b; private final String c; private final String d; private final ZTl e; private final ZTl h; public GFn(String str, String str2, ZTl zTl, ZTl zTl2, String str3, String str4) { this.d = str; this.c = str2; this.e = zTl; this.h = zTl2; this.b = str3; this.a = str4; } public final String toString() { String str = this.d; String str2 = this.c; ZTl zTl = this.e; ZTl zTl2 = this.h; String str3 = this.b; String str4 = this.a; StringBuilder sb = new StringBuilder("PackageInsuranceDeves(devesCarBrand="); sb.append(str); sb.append(", devesCarModel="); sb.append(str2); sb.append(", cmp="); sb.append(zTl); sb.append(", mvs="); sb.append(zTl2); sb.append(", carCodeC="); sb.append(str3); sb.append(", carCodeP="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); ZTl zTl = this.e; int hashCode3 = zTl == null ? 0 : zTl.hashCode(); ZTl zTl2 = this.h; int hashCode4 = zTl2 == null ? 0 : zTl2.hashCode(); String str3 = this.b; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; 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 GFn)) { return false; } GFn gFn = (GFn) obj; return C14957gcv.b((Object) this.d, (Object) gFn.d) && C14957gcv.b((Object) this.c, (Object) gFn.c) && C14957gcv.b(this.e, gFn.e) && C14957gcv.b(this.h, gFn.h) && C14957gcv.b((Object) this.b, (Object) gFn.b) && C14957gcv.b((Object) this.a, (Object) gFn.a); } }