package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bbK, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4497bbK { @SerializedName("dopa") public final Boolean d; public final String toString() { Boolean bool = this.d; StringBuilder sb = new StringBuilder("SingleFormToggleEntity(dopa="); sb.append(bool); sb.append(")"); return sb.toString(); } public final int hashCode() { Boolean bool = this.d; if (bool == null) { return 0; } return bool.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C4497bbK) && C14957gcv.b(this.d, ((C4497bbK) obj).d); } }