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

80 lines
2.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.pKY, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16553pKY {
@SerializedName("firstName")
private final String a;
@SerializedName("mobileNumber")
private String b;
@SerializedName("lastName")
private String c;
@SerializedName("applicationId")
private String d;
@SerializedName("coborrowerId")
private final String e;
@SerializedName("productType")
private String j;
public C16553pKY(String str, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.e = str;
this.a = str2;
this.c = str3;
this.b = str4;
this.j = str5;
this.d = str6;
}
public final String toString() {
String str = this.e;
String str2 = this.a;
String str3 = this.c;
String str4 = this.b;
String str5 = this.j;
String str6 = this.d;
StringBuilder sb = new StringBuilder("EasycashCoBorrowerInsertRequest(coborrowerId=");
sb.append(str);
sb.append(", firstName=");
sb.append(str2);
sb.append(", lastName=");
sb.append(str3);
sb.append(", mobileNumber=");
sb.append(str4);
sb.append(", productType=");
sb.append(str5);
sb.append(", applicationId=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16553pKY)) {
return false;
}
C16553pKY c16553pKY = (C16553pKY) obj;
return C14957gcv.b((Object) this.e, (Object) c16553pKY.e) && C14957gcv.b((Object) this.a, (Object) c16553pKY.a) && C14957gcv.b((Object) this.c, (Object) c16553pKY.c) && C14957gcv.b((Object) this.b, (Object) c16553pKY.b) && C14957gcv.b((Object) this.j, (Object) c16553pKY.j) && C14957gcv.b((Object) this.d, (Object) c16553pKY.d);
}
}