package o; /* renamed from: o.vgH, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17307vgH { public final String b; public final String c; public final String d; private /* synthetic */ C17307vgH(byte b) { this(null, null, null); } public C17307vgH(String str, String str2, String str3) { this.c = str; this.b = str2; this.d = str3; } public final String toString() { String str = this.c; String str2 = this.b; String str3 = this.d; StringBuilder sb = new StringBuilder("Account(accountNumber="); sb.append(str); sb.append(", accountName="); sb.append(str2); sb.append(", bankCode="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.b; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17307vgH)) { return false; } C17307vgH c17307vgH = (C17307vgH) obj; return C14957gcv.b((Object) this.c, (Object) c17307vgH.c) && C14957gcv.b((Object) this.b, (Object) c17307vgH.b) && C14957gcv.b((Object) this.d, (Object) c17307vgH.d); } public C17307vgH() { this((byte) 0); } }