109 lines
4.0 KiB
Java
109 lines
4.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class KsT {
|
|
|
|
@SerializedName("collateralCarRegistrationProvinceEN")
|
|
public final String a;
|
|
|
|
@SerializedName("collateralCarRegistrationNumber")
|
|
public final String b;
|
|
|
|
@SerializedName("collateralCarBrand")
|
|
public final String c;
|
|
|
|
@SerializedName("collateralCarRegistrationProvinceTH")
|
|
public final String d;
|
|
|
|
@SerializedName("collateralCarModel")
|
|
public final String e;
|
|
|
|
@SerializedName("insuranceCar")
|
|
public final String f;
|
|
|
|
@SerializedName("collateralYearOfCarRegistration")
|
|
public final String g;
|
|
|
|
@SerializedName("collateralCarSubModel")
|
|
public final String h;
|
|
|
|
@SerializedName("collateralYearOfCarManufacture")
|
|
public final String i;
|
|
public final String j;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("insuranceCreditLife")
|
|
public final String f8244o;
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.e;
|
|
String str3 = this.i;
|
|
String str4 = this.h;
|
|
String str5 = this.b;
|
|
String str6 = this.d;
|
|
String str7 = this.a;
|
|
String str8 = this.g;
|
|
String str9 = this.f;
|
|
String str10 = this.f8244o;
|
|
StringBuilder sb = new StringBuilder("CarCollateralEntity(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() {
|
|
String str = this.c;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.i;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.h;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.b;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.d;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.a;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.g;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.f;
|
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.f8244o;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str10 != null ? str10.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof KsT)) {
|
|
return false;
|
|
}
|
|
KsT ksT = (KsT) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) ksT.c) && C14957gcv.b((Object) this.e, (Object) ksT.e) && C14957gcv.b((Object) this.i, (Object) ksT.i) && C14957gcv.b((Object) this.h, (Object) ksT.h) && C14957gcv.b((Object) this.b, (Object) ksT.b) && C14957gcv.b((Object) this.d, (Object) ksT.d) && C14957gcv.b((Object) this.a, (Object) ksT.a) && C14957gcv.b((Object) this.g, (Object) ksT.g) && C14957gcv.b((Object) this.f, (Object) ksT.f) && C14957gcv.b((Object) this.f8244o, (Object) ksT.f8244o);
|
|
}
|
|
}
|