105 lines
3.8 KiB
Java
105 lines
3.8 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class LO {
|
|
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 final String k;
|
|
|
|
public LO(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
this.e = str;
|
|
this.c = str2;
|
|
this.g = str3;
|
|
this.f = str4;
|
|
this.d = str5;
|
|
this.a = str6;
|
|
this.j = str7;
|
|
this.b = str8;
|
|
this.k = str9;
|
|
this.i = str10;
|
|
this.h = str11;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.g;
|
|
String str4 = this.f;
|
|
String str5 = this.d;
|
|
String str6 = this.a;
|
|
String str7 = this.j;
|
|
String str8 = this.b;
|
|
String str9 = this.k;
|
|
String str10 = this.i;
|
|
String str11 = this.h;
|
|
StringBuilder sb = new StringBuilder("CarCollateralDisplay(carBrand=");
|
|
sb.append(str);
|
|
sb.append(", carModel=");
|
|
sb.append(str2);
|
|
sb.append(", yearOfCarManufacture=");
|
|
sb.append(str3);
|
|
sb.append(", carSubModel=");
|
|
sb.append(str4);
|
|
sb.append(", carRegistrationNumber=");
|
|
sb.append(str5);
|
|
sb.append(", carRegistrationProvince=");
|
|
sb.append(str6);
|
|
sb.append(", carRegistrationProvinceTH=");
|
|
sb.append(str7);
|
|
sb.append(", carRegistrationProvinceEN=");
|
|
sb.append(str8);
|
|
sb.append(", yearOfCarRegistration=");
|
|
sb.append(str9);
|
|
sb.append(", insuranceCar=");
|
|
sb.append(str10);
|
|
sb.append(", insuranceCreditLife=");
|
|
sb.append(str11);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.g.hashCode();
|
|
int hashCode4 = this.f.hashCode();
|
|
int hashCode5 = this.d.hashCode();
|
|
int hashCode6 = this.a.hashCode();
|
|
int hashCode7 = this.j.hashCode();
|
|
int hashCode8 = this.b.hashCode();
|
|
int hashCode9 = this.k.hashCode();
|
|
String str = this.i;
|
|
int hashCode10 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.h;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof LO)) {
|
|
return false;
|
|
}
|
|
LO lo = (LO) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) lo.e) && C14957gcv.b((Object) this.c, (Object) lo.c) && C14957gcv.b((Object) this.g, (Object) lo.g) && C14957gcv.b((Object) this.f, (Object) lo.f) && C14957gcv.b((Object) this.d, (Object) lo.d) && C14957gcv.b((Object) this.a, (Object) lo.a) && C14957gcv.b((Object) this.j, (Object) lo.j) && C14957gcv.b((Object) this.b, (Object) lo.b) && C14957gcv.b((Object) this.k, (Object) lo.k) && C14957gcv.b((Object) this.i, (Object) lo.i) && C14957gcv.b((Object) this.h, (Object) lo.h);
|
|
}
|
|
}
|