package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.doj, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C9695doj { @SerializedName("brand") String c; @SerializedName("package_name") String d; public final String toString() { String str = this.c; String str2 = this.d; StringBuilder sb = new StringBuilder("StoreEntity(brand="); sb.append(str); sb.append(", packageName="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C9695doj)) { return false; } C9695doj c9695doj = (C9695doj) obj; return C14957gcv.b((Object) this.c, (Object) c9695doj.c) && C14957gcv.b((Object) this.d, (Object) c9695doj.d); } }