what-the-bank/sources/o/C6094cIh.java

80 lines
2.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.cIh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C6094cIh {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String h;
public /* synthetic */ C6094cIh(byte b) {
this("", "", "", "", "", "", "");
}
public C6094cIh(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.d = str;
this.b = str2;
this.c = str3;
this.e = str4;
this.f = str5;
this.h = str6;
this.a = str7;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
String str3 = this.c;
String str4 = this.e;
String str5 = this.f;
String str6 = this.h;
String str7 = this.a;
StringBuilder sb = new StringBuilder("EasycashCollateralCarData(carBrand=");
sb.append(str);
sb.append(", carModel=");
sb.append(str2);
sb.append(", subModel=");
sb.append(str3);
sb.append(", plateNumber=");
sb.append(str4);
sb.append(", yearOfManufacture=");
sb.append(str5);
sb.append(", yearOfRegistration=");
sb.append(str6);
sb.append(", provinceOfRegistration=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((this.d.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.f.hashCode()) * 31) + this.h.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C6094cIh)) {
return false;
}
C6094cIh c6094cIh = (C6094cIh) obj;
return C14957gcv.b((Object) this.d, (Object) c6094cIh.d) && C14957gcv.b((Object) this.b, (Object) c6094cIh.b) && C14957gcv.b((Object) this.c, (Object) c6094cIh.c) && C14957gcv.b((Object) this.e, (Object) c6094cIh.e) && C14957gcv.b((Object) this.f, (Object) c6094cIh.f) && C14957gcv.b((Object) this.h, (Object) c6094cIh.h) && C14957gcv.b((Object) this.a, (Object) c6094cIh.a);
}
public C6094cIh() {
this((byte) 0);
}
}