package defpackage;

/* JADX INFO: renamed from: ˀʣᵾ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0510 extends AbstractC0320 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f2648;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final String f2649;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f2650;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final boolean f2651;

    public C0510(int i, String str, String str2, boolean z) {
        this.f2650 = i;
        this.f2648 = str;
        this.f2649 = str2;
        this.f2651 = z;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC0320) {
            C0510 c0510 = (C0510) ((AbstractC0320) obj);
            if (this.f2650 == c0510.f2650 && this.f2648.equals(c0510.f2648) && this.f2649.equals(c0510.f2649) && this.f2651 == c0510.f2651) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (this.f2651 ? 1231 : 1237) ^ ((((((this.f2650 ^ 1000003) * 1000003) ^ this.f2648.hashCode()) * 1000003) ^ this.f2649.hashCode()) * 1000003);
    }

    public final String toString() {
        return "OperatingSystem{platform=" + this.f2650 + ", version=" + this.f2648 + ", buildVersion=" + this.f2649 + ", jailbroken=" + this.f2651 + "}";
    }
}
