package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.ywJ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17696ywJ { @SerializedName("accountNo") private final String b; @SerializedName("nickname") private final String c; @SerializedName("sortSequence") private final Integer d; public final String toString() { Integer num = this.d; String str = this.b; String str2 = this.c; StringBuilder sb = new StringBuilder("InvestmentDetailsDepositEntity(sortSequence="); sb.append(num); sb.append(", accountNo="); sb.append(str); sb.append(", nickname="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.d; int hashCode = num == null ? 0 : num.hashCode(); String str = this.b; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.c; return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17696ywJ)) { return false; } C17696ywJ c17696ywJ = (C17696ywJ) obj; return C14957gcv.b(this.d, c17696ywJ.d) && C14957gcv.b((Object) this.b, (Object) c17696ywJ.b) && C14957gcv.b((Object) this.c, (Object) c17696ywJ.c); } }