package n4;

/* JADX INFO: loaded from: classes.dex */
public final class N extends w0 {

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

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

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

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

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

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

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

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

    public N(int i, String str, int i5, long j8, long j9, boolean z8, int i8, String str2, String str3) {
        this.f15250a = i;
        this.f15251b = str;
        this.f15252c = i5;
        this.f15253d = j8;
        this.f15254e = j9;
        this.f15255f = z8;
        this.f15256g = i8;
        this.f15257h = str2;
        this.i = str3;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof w0) {
            w0 w0Var = (w0) obj;
            if (this.f15250a == ((N) w0Var).f15250a) {
                N n8 = (N) w0Var;
                if (this.f15251b.equals(n8.f15251b) && this.f15252c == n8.f15252c && this.f15253d == n8.f15253d && this.f15254e == n8.f15254e && this.f15255f == n8.f15255f && this.f15256g == n8.f15256g && this.f15257h.equals(n8.f15257h) && this.i.equals(n8.i)) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((this.f15250a ^ 1000003) * 1000003) ^ this.f15251b.hashCode()) * 1000003) ^ this.f15252c) * 1000003;
        long j8 = this.f15253d;
        int i = (iHashCode ^ ((int) (j8 ^ (j8 >>> 32)))) * 1000003;
        long j9 = this.f15254e;
        return ((((((((i ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ (this.f15255f ? 1231 : 1237)) * 1000003) ^ this.f15256g) * 1000003) ^ this.f15257h.hashCode()) * 1000003) ^ this.i.hashCode();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Device{arch=");
        sb.append(this.f15250a);
        sb.append(", model=");
        sb.append(this.f15251b);
        sb.append(", cores=");
        sb.append(this.f15252c);
        sb.append(", ram=");
        sb.append(this.f15253d);
        sb.append(", diskSpace=");
        sb.append(this.f15254e);
        sb.append(", simulator=");
        sb.append(this.f15255f);
        sb.append(", state=");
        sb.append(this.f15256g);
        sb.append(", manufacturer=");
        sb.append(this.f15257h);
        sb.append(", modelClass=");
        return I1.a.r(sb, this.i, "}");
    }
}
