package u0;

import android.net.Uri;
import d5.AbstractC0844a;
import java.util.Objects;

/* JADX INFO: renamed from: u0.x, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C1587x {

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

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

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

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

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

    static {
        AbstractC0844a.r(0, 1, 2, 3, 4);
        x0.v.G(5);
        x0.v.G(6);
    }

    public C1587x(A1.I i) {
        this.f17390a = (Uri) i.f70s;
        this.f17391b = (String) i.f71t;
        this.f17392c = i.f69r;
        this.f17393d = (String) i.f72u;
        this.f17394e = (String) i.f73v;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1587x)) {
            return false;
        }
        C1587x c1587x = (C1587x) obj;
        return this.f17390a.equals(c1587x.f17390a) && Objects.equals(this.f17391b, c1587x.f17391b) && this.f17392c == c1587x.f17392c && Objects.equals(this.f17393d, c1587x.f17393d) && Objects.equals(this.f17394e, c1587x.f17394e);
    }

    public final int hashCode() {
        int iHashCode = this.f17390a.hashCode() * 31;
        String str = this.f17391b;
        int iHashCode2 = (((iHashCode + (str == null ? 0 : str.hashCode())) * 961) + this.f17392c) * 961;
        String str2 = this.f17393d;
        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f17394e;
        return iHashCode3 + (str3 != null ? str3.hashCode() : 0);
    }
}
