package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.oPZ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16440oPZ { @SerializedName("accountNumber") public final String c; @SerializedName("logo") public final String d; @SerializedName("name") public final String e; public final String toString() { String str = this.d; String str2 = this.e; String str3 = this.c; StringBuilder sb = new StringBuilder("AccountFromEntity(logo="); sb.append(str); sb.append(", name="); sb.append(str2); sb.append(", accountNumber="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16440oPZ)) { return false; } C16440oPZ c16440oPZ = (C16440oPZ) obj; return C14957gcv.b((Object) this.d, (Object) c16440oPZ.d) && C14957gcv.b((Object) this.e, (Object) c16440oPZ.e) && C14957gcv.b((Object) this.c, (Object) c16440oPZ.c); } }