package p138.p176.p291.p296.p297.p301;

import p138.p139.p143.p144.C2803;
import p138.p176.p291.p296.p297.p301.AbstractC5781;

/* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ޑ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5776 extends AbstractC5781.AbstractC5786.AbstractC5806 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int f16477;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f16478;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final String f16479;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final boolean f16480;

    /* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ޑ$ؠ, reason: contains not printable characters */
    public static final class C5778 extends AbstractC5781.AbstractC5786.AbstractC5806.AbstractC5807 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public Integer f16481;

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public String f16482;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public String f16483;

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public Boolean f16484;

        @Override // p138.p176.p291.p296.p297.p301.AbstractC5781.AbstractC5786.AbstractC5806.AbstractC5807
        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public AbstractC5781.AbstractC5786.AbstractC5806 mo9106() {
            String strM4879 = this.f16481 == null ? " platform" : "";
            if (this.f16482 == null) {
                strM4879 = C2803.m4879(strM4879, " version");
            }
            if (this.f16483 == null) {
                strM4879 = C2803.m4879(strM4879, " buildVersion");
            }
            if (this.f16484 == null) {
                strM4879 = C2803.m4879(strM4879, " jailbroken");
            }
            if (strM4879.isEmpty()) {
                return new C5776(this.f16481.intValue(), this.f16482, this.f16483, this.f16484.booleanValue(), null);
            }
            throw new IllegalStateException(C2803.m4879("Missing required properties:", strM4879));
        }
    }

    public /* synthetic */ C5776(int i, String str, String str2, boolean z, C5777 c5777) {
        this.f16477 = i;
        this.f16478 = str;
        this.f16479 = str2;
        this.f16480 = z;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5781.AbstractC5786.AbstractC5806)) {
            return false;
        }
        C5776 c5776 = (C5776) ((AbstractC5781.AbstractC5786.AbstractC5806) obj);
        return this.f16477 == c5776.f16477 && this.f16478.equals(c5776.f16478) && this.f16479.equals(c5776.f16479) && this.f16480 == c5776.f16480;
    }

    public int hashCode() {
        return ((((((this.f16477 ^ 1000003) * 1000003) ^ this.f16478.hashCode()) * 1000003) ^ this.f16479.hashCode()) * 1000003) ^ (this.f16480 ? 1231 : 1237);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("OperatingSystem{platform=");
        sbM4889.append(this.f16477);
        sbM4889.append(", version=");
        sbM4889.append(this.f16478);
        sbM4889.append(", buildVersion=");
        sbM4889.append(this.f16479);
        sbM4889.append(", jailbroken=");
        return C2803.m4885(sbM4889, this.f16480, "}");
    }
}
