package n4;

/* JADX INFO: loaded from: classes.dex */
public final class E extends p0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f15203a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f15204b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f15205c;

    public E(String str, String str2, String str3) {
        this.f15203a = str;
        this.f15204b = str2;
        this.f15205c = str3;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof p0) {
            p0 p0Var = (p0) obj;
            if (this.f15203a.equals(((E) p0Var).f15203a)) {
                E e8 = (E) p0Var;
                if (this.f15204b.equals(e8.f15204b) && this.f15205c.equals(e8.f15205c)) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((this.f15203a.hashCode() ^ 1000003) * 1000003) ^ this.f15204b.hashCode()) * 1000003) ^ this.f15205c.hashCode();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("BuildIdMappingForArch{arch=");
        sb.append(this.f15203a);
        sb.append(", libraryName=");
        sb.append(this.f15204b);
        sb.append(", buildId=");
        return I1.a.r(sb, this.f15205c, "}");
    }
}
