package u0;

import d5.AbstractC0844a;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class L {

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final int f17171h;
    public final int i;

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

    public L(Object obj, int i, C1588y c1588y, Object obj2, int i5, long j8, long j9, int i8, int i9) {
        this.f17164a = obj;
        this.f17165b = i;
        this.f17166c = c1588y;
        this.f17167d = obj2;
        this.f17168e = i5;
        this.f17169f = j8;
        this.f17170g = j9;
        this.f17171h = i8;
        this.i = i9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && L.class == obj.getClass()) {
            L l8 = (L) obj;
            if (this.f17165b == l8.f17165b && this.f17168e == l8.f17168e && this.f17169f == l8.f17169f && this.f17170g == l8.f17170g && this.f17171h == l8.f17171h && this.i == l8.i && Objects.equals(this.f17166c, l8.f17166c) && Objects.equals(this.f17164a, l8.f17164a) && Objects.equals(this.f17167d, l8.f17167d)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(this.f17164a, Integer.valueOf(this.f17165b), this.f17166c, this.f17167d, Integer.valueOf(this.f17168e), Long.valueOf(this.f17169f), Long.valueOf(this.f17170g), Integer.valueOf(this.f17171h), Integer.valueOf(this.i));
    }
}
