package o; import com.google.gson.annotations.SerializedName; import java.util.Objects; /* renamed from: o.dF, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public class C8233dF { @SerializedName("profilePhotoPath") public String a; @SerializedName("themeFlag") public String d; @SerializedName("email") private String e; public static C8233dF d() { return new C8233dF(); } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } C8233dF c8233dF = (C8233dF) obj; return Objects.equals(this.a, c8233dF.a) && Objects.equals(this.d, c8233dF.d) && Objects.equals(this.e, c8233dF.e); } public int hashCode() { return Objects.hash(this.a, this.d, this.e); } }