98 lines
3.5 KiB
Java
98 lines
3.5 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class goG {
|
|
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 g;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
|
|
public goG(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
this.d = str;
|
|
this.c = str2;
|
|
this.f = str3;
|
|
this.h = str4;
|
|
this.e = str5;
|
|
this.b = str6;
|
|
this.a = str7;
|
|
this.i = str8;
|
|
this.g = str9;
|
|
this.j = str10;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.c;
|
|
String str3 = this.f;
|
|
String str4 = this.h;
|
|
String str5 = this.e;
|
|
String str6 = this.b;
|
|
String str7 = this.a;
|
|
String str8 = this.i;
|
|
String str9 = this.g;
|
|
String str10 = this.j;
|
|
StringBuilder sb = new StringBuilder("CarCollateral(collateralCarBrand=");
|
|
sb.append(str);
|
|
sb.append(", collateralCarModel=");
|
|
sb.append(str2);
|
|
sb.append(", collateralYearOfCarManufacture=");
|
|
sb.append(str3);
|
|
sb.append(", collateralCarSubModel=");
|
|
sb.append(str4);
|
|
sb.append(", collateralCarRegistrationNumber=");
|
|
sb.append(str5);
|
|
sb.append(", collateralCarRegistrationProvinceTH=");
|
|
sb.append(str6);
|
|
sb.append(", collateralCarRegistrationProvinceEN=");
|
|
sb.append(str7);
|
|
sb.append(", collateralYearOfCarRegistration=");
|
|
sb.append(str8);
|
|
sb.append(", insuranceCar=");
|
|
sb.append(str9);
|
|
sb.append(", insuranceCreditLife=");
|
|
sb.append(str10);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.d.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.f.hashCode();
|
|
int hashCode4 = this.h.hashCode();
|
|
int hashCode5 = this.e.hashCode();
|
|
int hashCode6 = this.b.hashCode();
|
|
int hashCode7 = this.a.hashCode();
|
|
int hashCode8 = this.i.hashCode();
|
|
String str = this.g;
|
|
int hashCode9 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.j;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof goG)) {
|
|
return false;
|
|
}
|
|
goG gog = (goG) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) gog.d) && C14957gcv.b((Object) this.c, (Object) gog.c) && C14957gcv.b((Object) this.f, (Object) gog.f) && C14957gcv.b((Object) this.h, (Object) gog.h) && C14957gcv.b((Object) this.e, (Object) gog.e) && C14957gcv.b((Object) this.b, (Object) gog.b) && C14957gcv.b((Object) this.a, (Object) gog.a) && C14957gcv.b((Object) this.i, (Object) gog.i) && C14957gcv.b((Object) this.g, (Object) gog.g) && C14957gcv.b((Object) this.j, (Object) gog.j);
|
|
}
|
|
}
|