package q;

/* JADX INFO: loaded from: classes.dex */
public final class Y implements InterfaceC2752C {

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

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

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

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

    public Y(int i6, O o6, X x6, long j4) {
        this.f23249a = i6;
        this.f23250b = o6;
        this.f23251c = x6;
        this.f23252d = j4;
    }

    public final boolean equals(Object obj) {
        if (obj instanceof Y) {
            Y y6 = (Y) obj;
            if (y6.f23249a == this.f23249a && y6.f23250b.equals(this.f23250b) && y6.f23251c == this.f23251c && y6.f23252d == this.f23252d) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Long.hashCode(this.f23252d) + ((this.f23251c.hashCode() + ((this.f23250b.hashCode() + (this.f23249a * 31)) * 31)) * 31);
    }

    @Override // q.InterfaceC2787m
    public final L0 a(G0 g0) {
        return new Q0(this.f23249a, this.f23250b.a(g0), this.f23251c, this.f23252d);
    }
}
