package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class FOz { @SerializedName("enableCrossMatch") public final Boolean d; @SerializedName("dopaForOpenAcc") public final Boolean e; public final String toString() { Boolean bool = this.e; Boolean bool2 = this.d; StringBuilder sb = new StringBuilder("ConsentToggleEntity(dopaForOpenAcc="); sb.append(bool); sb.append(", enableCrossMatch="); sb.append(bool2); sb.append(")"); return sb.toString(); } public final int hashCode() { Boolean bool = this.e; int hashCode = bool == null ? 0 : bool.hashCode(); Boolean bool2 = this.d; return (hashCode * 31) + (bool2 != null ? bool2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof FOz)) { return false; } FOz fOz = (FOz) obj; return C14957gcv.b(this.e, fOz.e) && C14957gcv.b(this.d, fOz.d); } }