package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.al, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C2780al { @SerializedName("productTypeCode") private final String a; @SerializedName("branchCode") private final String b; @SerializedName("accountNo") private final String c; @SerializedName("accountBranch") private final String d; @SerializedName("accountName") private final String e; public C2780al(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str2, ""); this.e = str; this.c = str2; this.d = str3; this.b = str4; this.a = str5; } public final String toString() { String str = this.e; String str2 = this.c; String str3 = this.d; String str4 = this.b; String str5 = this.a; StringBuilder sb = new StringBuilder("AccountRegistrationRequest(accountName="); sb.append(str); sb.append(", accountNo="); sb.append(str2); sb.append(", accountBranch="); sb.append(str3); sb.append(", branchCode="); sb.append(str4); sb.append(", productTypeCode="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.c.hashCode(); String str2 = this.d; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C2780al)) { return false; } C2780al c2780al = (C2780al) obj; return C14957gcv.b((Object) this.e, (Object) c2780al.e) && C14957gcv.b((Object) this.c, (Object) c2780al.c) && C14957gcv.b((Object) this.d, (Object) c2780al.d) && C14957gcv.b((Object) this.b, (Object) c2780al.b) && C14957gcv.b((Object) this.a, (Object) c2780al.a); } }