package o; /* loaded from: classes3.dex */ public final class DtD { public final String a; public final boolean b; public final String c; public final String d; public DtD(String str, String str2, String str3, boolean z) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.a = str; this.c = str2; this.d = str3; this.b = z; } public final String toString() { String str = this.a; String str2 = this.c; String str3 = this.d; boolean z = this.b; StringBuilder sb = new StringBuilder("HmlDepositList(accountNo="); sb.append(str); sb.append(", accountTypeDesc="); sb.append(str2); sb.append(", nickname="); sb.append(str3); sb.append(", isSelected="); sb.append(z); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = this.c.hashCode(); String str = this.d; int hashCode3 = str == null ? 0 : str.hashCode(); boolean z = this.b; int i = z; if (z != 0) { i = 1; } return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof DtD)) { return false; } DtD dtD = (DtD) obj; return C14957gcv.b((Object) this.a, (Object) dtD.a) && C14957gcv.b((Object) this.c, (Object) dtD.c) && C14957gcv.b((Object) this.d, (Object) dtD.d) && this.b == dtD.b; } }