package n4;

import d5.AbstractC0844a;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class Q extends E0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final S f15272a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final List f15273b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final List f15274c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Boolean f15275d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final D0 f15276e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final List f15277f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final int f15278g;

    public Q(S s8, List list, List list2, Boolean bool, D0 d02, List list3, int i) {
        this.f15272a = s8;
        this.f15273b = list;
        this.f15274c = list2;
        this.f15275d = bool;
        this.f15276e = d02;
        this.f15277f = list3;
        this.f15278g = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof E0)) {
            return false;
        }
        Q q8 = (Q) ((E0) obj);
        if (!this.f15272a.equals(q8.f15272a)) {
            return false;
        }
        List list = this.f15273b;
        if (list == null) {
            if (q8.f15273b != null) {
                return false;
            }
        } else if (!list.equals(q8.f15273b)) {
            return false;
        }
        List list2 = this.f15274c;
        if (list2 == null) {
            if (q8.f15274c != null) {
                return false;
            }
        } else if (!list2.equals(q8.f15274c)) {
            return false;
        }
        Boolean bool = this.f15275d;
        if (bool == null) {
            if (q8.f15275d != null) {
                return false;
            }
        } else if (!bool.equals(q8.f15275d)) {
            return false;
        }
        D0 d02 = this.f15276e;
        if (d02 == null) {
            if (q8.f15276e != null) {
                return false;
            }
        } else if (!d02.equals(q8.f15276e)) {
            return false;
        }
        List list3 = this.f15277f;
        if (list3 == null) {
            if (q8.f15277f != null) {
                return false;
            }
        } else if (!list3.equals(q8.f15277f)) {
            return false;
        }
        return this.f15278g == q8.f15278g;
    }

    public final int hashCode() {
        int iHashCode = (this.f15272a.hashCode() ^ 1000003) * 1000003;
        List list = this.f15273b;
        int iHashCode2 = (iHashCode ^ (list == null ? 0 : list.hashCode())) * 1000003;
        List list2 = this.f15274c;
        int iHashCode3 = (iHashCode2 ^ (list2 == null ? 0 : list2.hashCode())) * 1000003;
        Boolean bool = this.f15275d;
        int iHashCode4 = (iHashCode3 ^ (bool == null ? 0 : bool.hashCode())) * 1000003;
        D0 d02 = this.f15276e;
        int iHashCode5 = (iHashCode4 ^ (d02 == null ? 0 : d02.hashCode())) * 1000003;
        List list3 = this.f15277f;
        return ((iHashCode5 ^ (list3 != null ? list3.hashCode() : 0)) * 1000003) ^ this.f15278g;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Application{execution=");
        sb.append(this.f15272a);
        sb.append(", customAttributes=");
        sb.append(this.f15273b);
        sb.append(", internalKeys=");
        sb.append(this.f15274c);
        sb.append(", background=");
        sb.append(this.f15275d);
        sb.append(", currentProcessDetails=");
        sb.append(this.f15276e);
        sb.append(", appProcessDetails=");
        sb.append(this.f15277f);
        sb.append(", uiOrientation=");
        return AbstractC0844a.n(sb, this.f15278g, "}");
    }
}
