package n4;

/* JADX INFO: renamed from: n4.j0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1296j0 extends L0 {

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

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

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

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

    public C1296j0(String str, String str2, int i, boolean z8) {
        this.f15414a = i;
        this.f15415b = str;
        this.f15416c = str2;
        this.f15417d = z8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof L0) {
            L0 l02 = (L0) obj;
            if (this.f15414a == ((C1296j0) l02).f15414a) {
                C1296j0 c1296j0 = (C1296j0) l02;
                if (this.f15415b.equals(c1296j0.f15415b) && this.f15416c.equals(c1296j0.f15416c) && this.f15417d == c1296j0.f15417d) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((((this.f15414a ^ 1000003) * 1000003) ^ this.f15415b.hashCode()) * 1000003) ^ this.f15416c.hashCode()) * 1000003) ^ (this.f15417d ? 1231 : 1237);
    }

    public final String toString() {
        return "OperatingSystem{platform=" + this.f15414a + ", version=" + this.f15415b + ", buildVersion=" + this.f15416c + ", jailbroken=" + this.f15417d + "}";
    }
}
