package o; /* loaded from: classes3.dex */ public final class OIP { public final String a; public final String b; public final String c; public final String d; public final String e; public OIP(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.e = str; this.a = str2; this.d = str3; this.b = str4; this.c = str5; } public final String toString() { String str = this.e; String str2 = this.a; String str3 = this.d; String str4 = this.b; String str5 = this.c; StringBuilder sb = new StringBuilder("SecuritiesRegistrationsOtp(transactionDateTime="); sb.append(str); sb.append(", fullName="); sb.append(str2); sb.append(", accountName="); sb.append(str3); sb.append(", accountNo="); sb.append(str4); sb.append(", email="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof OIP)) { return false; } OIP oip = (OIP) obj; return C14957gcv.b((Object) this.e, (Object) oip.e) && C14957gcv.b((Object) this.a, (Object) oip.a) && C14957gcv.b((Object) this.d, (Object) oip.d) && C14957gcv.b((Object) this.b, (Object) oip.b) && C14957gcv.b((Object) this.c, (Object) oip.c); } }