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

100 lines
3.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class MAS {
@SerializedName("collateralCode")
public final String a;
@SerializedName("collateralStatus")
public final String b;
@SerializedName("collateralPrice")
public final String c;
@SerializedName("collateralOwnership")
public final String d;
@SerializedName("collateralLocation")
public final zTQ e;
@SerializedName("existingCollateral")
public final String f;
@SerializedName("insuranceCreditLife")
public final String g;
@SerializedName("obligationBank")
public final String h;
@SerializedName("residentialStatus")
public final String i;
@SerializedName("insuranceFire")
public final String j;
public final String toString() {
String str = this.a;
String str2 = this.d;
String str3 = this.i;
String str4 = this.c;
zTQ ztq = this.e;
String str5 = this.j;
String str6 = this.g;
String str7 = this.b;
String str8 = this.h;
String str9 = this.f;
StringBuilder sb = new StringBuilder("PreFillEntity(collateralCode=");
sb.append(str);
sb.append(", collateralOwnership=");
sb.append(str2);
sb.append(", residentialStatus=");
sb.append(str3);
sb.append(", collateralPrice=");
sb.append(str4);
sb.append(", collateralLocation=");
sb.append(ztq);
sb.append(", insuranceFire=");
sb.append(str5);
sb.append(", insuranceCreditLife=");
sb.append(str6);
sb.append(", collateralStatus=");
sb.append(str7);
sb.append(", obligationBank=");
sb.append(str8);
sb.append(", existingCollateral=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
int hashCode2 = this.d.hashCode();
int hashCode3 = this.i.hashCode();
int hashCode4 = this.c.hashCode();
int hashCode5 = this.e.hashCode();
int hashCode6 = this.j.hashCode();
int hashCode7 = this.g.hashCode();
String str = this.b;
int hashCode8 = str == null ? 0 : str.hashCode();
String str2 = this.h;
int hashCode9 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MAS)) {
return false;
}
MAS mas = (MAS) obj;
return C14957gcv.b((Object) this.a, (Object) mas.a) && C14957gcv.b((Object) this.d, (Object) mas.d) && C14957gcv.b((Object) this.i, (Object) mas.i) && C14957gcv.b((Object) this.c, (Object) mas.c) && C14957gcv.b(this.e, mas.e) && C14957gcv.b((Object) this.j, (Object) mas.j) && C14957gcv.b((Object) this.g, (Object) mas.g) && C14957gcv.b((Object) this.b, (Object) mas.b) && C14957gcv.b((Object) this.h, (Object) mas.h) && C14957gcv.b((Object) this.f, (Object) mas.f);
}
}