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 C5757 extends AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final C5810<AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799> f16431;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5797 f16432;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5798 f16433;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final C5810<AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5795> f16434;

    /* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.މ$ؠ, reason: contains not printable characters */
    public static final class C5759 extends AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5796 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public C5810<AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799> f16435;

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5797 f16436;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5798 f16437;

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public C5810<AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5795> f16438;

        @Override // p138.p176.p291.p296.p297.p301.AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5796
        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794 mo9103() {
            String strM4879 = this.f16435 == null ? " threads" : "";
            if (this.f16436 == null) {
                strM4879 = C2803.m4879(strM4879, " exception");
            }
            if (this.f16437 == null) {
                strM4879 = C2803.m4879(strM4879, " signal");
            }
            if (this.f16438 == null) {
                strM4879 = C2803.m4879(strM4879, " binaries");
            }
            if (strM4879.isEmpty()) {
                return new C5757(this.f16435, this.f16436, this.f16437, this.f16438, null);
            }
            throw new IllegalStateException(C2803.m4879("Missing required properties:", strM4879));
        }
    }

    public /* synthetic */ C5757(C5810 c5810, AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5797 abstractC5797, AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5798 abstractC5798, C5810 c58102, C5758 c5758) {
        this.f16431 = c5810;
        this.f16432 = abstractC5797;
        this.f16433 = abstractC5798;
        this.f16434 = c58102;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794)) {
            return false;
        }
        C5757 c5757 = (C5757) ((AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794) obj);
        return this.f16431.equals(c5757.f16431) && this.f16432.equals(c5757.f16432) && this.f16433.equals(c5757.f16433) && this.f16434.equals(c5757.f16434);
    }

    public int hashCode() {
        return ((((((this.f16431.hashCode() ^ 1000003) * 1000003) ^ this.f16432.hashCode()) * 1000003) ^ this.f16433.hashCode()) * 1000003) ^ this.f16434.hashCode();
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("Execution{threads=");
        sbM4889.append(this.f16431);
        sbM4889.append(", exception=");
        sbM4889.append(this.f16432);
        sbM4889.append(", signal=");
        sbM4889.append(this.f16433);
        sbM4889.append(", binaries=");
        sbM4889.append(this.f16434);
        sbM4889.append("}");
        return sbM4889.toString();
    }
}
