package E1;

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

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

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

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

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

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

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

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

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

    public H(boolean z8, boolean z9, int i, boolean z10, boolean z11, int i5, int i8, int i9, int i10) {
        this.f2025a = z8;
        this.f2026b = z9;
        this.f2027c = i;
        this.f2028d = z10;
        this.f2029e = z11;
        this.f2030f = i5;
        this.f2031g = i8;
        this.f2032h = i9;
        this.i = i10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !H.class.equals(obj.getClass())) {
            return false;
        }
        H h8 = (H) obj;
        return this.f2025a == h8.f2025a && this.f2026b == h8.f2026b && this.f2027c == h8.f2027c && this.f2028d == h8.f2028d && this.f2029e == h8.f2029e && this.f2030f == h8.f2030f && this.f2031g == h8.f2031g && this.f2032h == h8.f2032h && this.i == h8.i;
    }

    public final int hashCode() {
        return ((((((((((((((((this.f2025a ? 1 : 0) * 31) + (this.f2026b ? 1 : 0)) * 31) + this.f2027c) * 961) + (this.f2028d ? 1 : 0)) * 31) + (this.f2029e ? 1 : 0)) * 31) + this.f2030f) * 31) + this.f2031g) * 31) + this.f2032h) * 31) + this.i;
    }
}
