package o; /* loaded from: classes3.dex */ public final class XcE { public final String a; public final int b; public final String c; public final String d; public final String e; public XcE(String str, int i, String str2, String str3, String str4) { C14957gcv.e(str, ""); this.e = str; this.b = i; this.d = str2; this.c = str3; this.a = str4; } public final String toString() { String str = this.e; int i = this.b; String str2 = this.d; String str3 = this.c; String str4 = this.a; StringBuilder sb = new StringBuilder("CoBorrower(coBorrowerId="); sb.append(str); sb.append(", sortSequence="); sb.append(i); sb.append(", firstName="); sb.append(str2); sb.append(", lastName="); sb.append(str3); sb.append(", mobileNumber="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = Integer.hashCode(this.b); String str = this.d; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof XcE)) { return false; } XcE xcE = (XcE) obj; return C14957gcv.b((Object) this.e, (Object) xcE.e) && this.b == xcE.b && C14957gcv.b((Object) this.d, (Object) xcE.d) && C14957gcv.b((Object) this.c, (Object) xcE.c) && C14957gcv.b((Object) this.a, (Object) xcE.a); } }