package defpackage;

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

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

    public static final class b extends am1.f.d.a.AbstractC0006a {
        public am1.f.d.a.b a;
        public List b;
        public List c;
        public Boolean d;
        public am1.f.d.a.c e;
        public List f;
        public int g;
        public byte h;

        @Override // am1.f.d.a.AbstractC0006a
        public final am1.f.d.a a() {
            am1.f.d.a.b bVar;
            if (this.h == 1 && (bVar = this.a) != null) {
                return new k30(bVar, this.b, this.c, this.d, this.e, this.f, this.g);
            }
            StringBuilder sb = new StringBuilder();
            if (this.a == null) {
                sb.append(" execution");
            }
            if ((1 & this.h) == 0) {
                sb.append(" uiOrientation");
            }
            throw new IllegalStateException(vw2.m("Missing required properties:", sb));
        }

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

        @Override // am1.f.d.a.AbstractC0006a
        public final am1.f.d.a.AbstractC0006a c(Boolean bool) {
            this.d = bool;
            return this;
        }

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

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

        @Override // am1.f.d.a.AbstractC0006a
        public final am1.f.d.a.AbstractC0006a f(am1.f.d.a.b bVar) {
            if (bVar == null) {
                throw new NullPointerException("Null execution");
            }
            this.a = bVar;
            return this;
        }

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

        @Override // am1.f.d.a.AbstractC0006a
        public final am1.f.d.a.AbstractC0006a h(int i) {
            this.g = i;
            this.h = (byte) (this.h | 1);
            return this;
        }
    }

    public k30(am1.f.d.a.b bVar, List list, List list2, Boolean bool, am1.f.d.a.c cVar, List list3, int i) {
        this.a = bVar;
        this.b = list;
        this.c = list2;
        this.d = bool;
        this.e = cVar;
        this.f = list3;
        this.g = i;
    }

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

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

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

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

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

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

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

    @Override // am1.f.d.a
    public final int h() {
        return this.g;
    }

    public final int hashCode() {
        int iHashCode = (this.a.hashCode() ^ 1000003) * 1000003;
        List list = this.b;
        int iHashCode2 = (iHashCode ^ (list == null ? 0 : list.hashCode())) * 1000003;
        List list2 = this.c;
        int iHashCode3 = (iHashCode2 ^ (list2 == null ? 0 : list2.hashCode())) * 1000003;
        Boolean bool = this.d;
        int iHashCode4 = (iHashCode3 ^ (bool == null ? 0 : bool.hashCode())) * 1000003;
        am1.f.d.a.c cVar = this.e;
        int iHashCode5 = (iHashCode4 ^ (cVar == null ? 0 : cVar.hashCode())) * 1000003;
        List list3 = this.f;
        return ((iHashCode5 ^ (list3 != null ? list3.hashCode() : 0)) * 1000003) ^ this.g;
    }

    @Override // am1.f.d.a
    public final am1.f.d.a.AbstractC0006a i() {
        b bVar = new b();
        bVar.a = this.a;
        bVar.b = this.b;
        bVar.c = this.c;
        bVar.d = this.d;
        bVar.e = this.e;
        bVar.f = this.f;
        bVar.g = this.g;
        bVar.h = (byte) 1;
        return bVar;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Application{execution=");
        sb.append(this.a);
        sb.append(", customAttributes=");
        sb.append(this.b);
        sb.append(", internalKeys=");
        sb.append(this.c);
        sb.append(", background=");
        sb.append(this.d);
        sb.append(", currentProcessDetails=");
        sb.append(this.e);
        sb.append(", appProcessDetails=");
        sb.append(this.f);
        sb.append(", uiOrientation=");
        return n41.q(sb, this.g, "}");
    }
}
