package o; /* renamed from: o.lxO, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16183lxO { public final String a; public final String b; public final String c; public final String d; public final String e; public final int f; public final String h; public C16183lxO(int i, String str, String str2, String str3, String str4, String str5, String str6) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); this.f = i; this.a = str; this.c = str2; this.h = str3; this.d = str4; this.e = str5; this.b = str6; } public final String toString() { int i = this.f; String str = this.a; String str2 = this.c; String str3 = this.h; String str4 = this.d; String str5 = this.e; String str6 = this.b; StringBuilder sb = new StringBuilder("EasycashCarInfo(sortSequence="); sb.append(i); sb.append(", carBrand="); sb.append(str); sb.append(", carModel="); sb.append(str2); sb.append(", yearOfCarManufacture="); sb.append(str3); sb.append(", carRegistrationPlate="); sb.append(str4); sb.append(", accountNo="); sb.append(str5); sb.append(", isSelected="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((Integer.hashCode(this.f) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.h.hashCode()) * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16183lxO)) { return false; } C16183lxO c16183lxO = (C16183lxO) obj; return this.f == c16183lxO.f && C14957gcv.b((Object) this.a, (Object) c16183lxO.a) && C14957gcv.b((Object) this.c, (Object) c16183lxO.c) && C14957gcv.b((Object) this.h, (Object) c16183lxO.h) && C14957gcv.b((Object) this.d, (Object) c16183lxO.d) && C14957gcv.b((Object) this.e, (Object) c16183lxO.e) && C14957gcv.b((Object) this.b, (Object) c16183lxO.b); } }