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

59 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.pAc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16530pAc {
@SerializedName("accountName")
public final String a;
@SerializedName("email")
public final String b;
@SerializedName("accountNo")
public final String c;
@SerializedName("fullName")
public final String d;
@SerializedName("transactionDateTime")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.d;
String str3 = this.a;
String str4 = this.c;
String str5 = this.b;
StringBuilder sb = new StringBuilder("SecuritiesRegistrationsOtpEntity(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.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16530pAc)) {
return false;
}
C16530pAc c16530pAc = (C16530pAc) obj;
return C14957gcv.b((Object) this.e, (Object) c16530pAc.e) && C14957gcv.b((Object) this.d, (Object) c16530pAc.d) && C14957gcv.b((Object) this.a, (Object) c16530pAc.a) && C14957gcv.b((Object) this.c, (Object) c16530pAc.c) && C14957gcv.b((Object) this.b, (Object) c16530pAc.b);
}
}