package defpackage;

import defpackage.am1;
import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
final class l30 extends am1.f.d.a.b {
    public final List a;
    public final am1.f.d.a.b.c b;
    public final am1.a c;
    public final am1.f.d.a.b.AbstractC0011d d;
    public final List e;

    public static final class b extends am1.f.d.a.b.AbstractC0009b {
        public List a;
        public am1.f.d.a.b.c b;
        public am1.a c;
        public am1.f.d.a.b.AbstractC0011d d;
        public List e;

        @Override // am1.f.d.a.b.AbstractC0009b
        public final am1.f.d.a.b a() {
            List list;
            am1.f.d.a.b.AbstractC0011d abstractC0011d = this.d;
            if (abstractC0011d != null && (list = this.e) != null) {
                return new l30(this.a, this.b, this.c, abstractC0011d, list);
            }
            StringBuilder sb = new StringBuilder();
            if (this.d == null) {
                sb.append(" signal");
            }
            if (this.e == null) {
                sb.append(" binaries");
            }
            throw new IllegalStateException(vw2.m("Missing required properties:", sb));
        }

        @Override // am1.f.d.a.b.AbstractC0009b
        public final am1.f.d.a.b.AbstractC0009b b(am1.a aVar) {
            this.c = aVar;
            return this;
        }

        @Override // am1.f.d.a.b.AbstractC0009b
        public final am1.f.d.a.b.AbstractC0009b c(List list) {
            if (list == null) {
                throw new NullPointerException("Null binaries");
            }
            this.e = list;
            return this;
        }

        @Override // am1.f.d.a.b.AbstractC0009b
        public final am1.f.d.a.b.AbstractC0009b d(am1.f.d.a.b.c cVar) {
            this.b = cVar;
            return this;
        }

        @Override // am1.f.d.a.b.AbstractC0009b
        public final am1.f.d.a.b.AbstractC0009b e(am1.f.d.a.b.AbstractC0011d abstractC0011d) {
            if (abstractC0011d == null) {
                throw new NullPointerException("Null signal");
            }
            this.d = abstractC0011d;
            return this;
        }

        @Override // am1.f.d.a.b.AbstractC0009b
        public final am1.f.d.a.b.AbstractC0009b f(List list) {
            this.a = list;
            return this;
        }
    }

    public l30(List list, am1.f.d.a.b.c cVar, am1.a aVar, am1.f.d.a.b.AbstractC0011d abstractC0011d, List list2) {
        this.a = list;
        this.b = cVar;
        this.c = aVar;
        this.d = abstractC0011d;
        this.e = list2;
    }

    @Override // am1.f.d.a.b
    public final am1.a b() {
        return this.c;
    }

    @Override // am1.f.d.a.b
    public final List c() {
        return this.e;
    }

    @Override // am1.f.d.a.b
    public final am1.f.d.a.b.c d() {
        return this.b;
    }

    @Override // am1.f.d.a.b
    public final am1.f.d.a.b.AbstractC0011d e() {
        return this.d;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof am1.f.d.a.b)) {
            return false;
        }
        am1.f.d.a.b bVar = (am1.f.d.a.b) obj;
        List list = this.a;
        if (list == null) {
            if (bVar.f() != null) {
                return false;
            }
        } else if (!list.equals(bVar.f())) {
            return false;
        }
        am1.f.d.a.b.c cVar = this.b;
        if (cVar == null) {
            if (bVar.d() != null) {
                return false;
            }
        } else if (!cVar.equals(bVar.d())) {
            return false;
        }
        am1.a aVar = this.c;
        if (aVar == null) {
            if (bVar.b() != null) {
                return false;
            }
        } else if (!aVar.equals(bVar.b())) {
            return false;
        }
        return this.d.equals(bVar.e()) && this.e.equals(bVar.c());
    }

    @Override // am1.f.d.a.b
    public final List f() {
        return this.a;
    }

    public final int hashCode() {
        List list = this.a;
        int iHashCode = ((list == null ? 0 : list.hashCode()) ^ 1000003) * 1000003;
        am1.f.d.a.b.c cVar = this.b;
        int iHashCode2 = (iHashCode ^ (cVar == null ? 0 : cVar.hashCode())) * 1000003;
        am1.a aVar = this.c;
        return (((((aVar != null ? aVar.hashCode() : 0) ^ iHashCode2) * 1000003) ^ this.d.hashCode()) * 1000003) ^ this.e.hashCode();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Execution{threads=");
        sb.append(this.a);
        sb.append(", exception=");
        sb.append(this.b);
        sb.append(", appExitInfo=");
        sb.append(this.c);
        sb.append(", signal=");
        sb.append(this.d);
        sb.append(", binaries=");
        return fi7.i(sb, this.e, "}");
    }
}
