package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.dqN, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C9779dqN { @SerializedName("registeredFlag") public final String b; @SerializedName("singleAppFlag") public final String e; public final String toString() { String str = this.b; String str2 = this.e; StringBuilder sb = new StringBuilder("SecuritiesListEntity(registeredFlag="); sb.append(str); sb.append(", singleAppFlag="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); String str = this.e; return (hashCode * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C9779dqN)) { return false; } C9779dqN c9779dqN = (C9779dqN) obj; return C14957gcv.b((Object) this.b, (Object) c9779dqN.b) && C14957gcv.b((Object) this.e, (Object) c9779dqN.e); } }