package n4;

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

/* JADX INFO: loaded from: classes.dex */
public final class J extends N0 {

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final C1298k0 f15231h;
    public final C1296j0 i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final N f15232j;

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

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

    public J(String str, String str2, String str3, long j8, Long l8, boolean z8, K k8, C1298k0 c1298k0, C1296j0 c1296j0, N n8, List list, int i) {
        this.f15224a = str;
        this.f15225b = str2;
        this.f15226c = str3;
        this.f15227d = j8;
        this.f15228e = l8;
        this.f15229f = z8;
        this.f15230g = k8;
        this.f15231h = c1298k0;
        this.i = c1296j0;
        this.f15232j = n8;
        this.f15233k = list;
        this.f15234l = i;
    }

    public final I a() {
        I i = new I();
        i.f15212a = this.f15224a;
        i.f15213b = this.f15225b;
        i.f15214c = this.f15226c;
        i.f15215d = this.f15227d;
        i.f15216e = this.f15228e;
        i.f15217f = this.f15229f;
        i.f15218g = this.f15230g;
        i.f15219h = this.f15231h;
        i.i = this.i;
        i.f15220j = this.f15232j;
        i.f15221k = this.f15233k;
        i.f15222l = this.f15234l;
        i.f15223m = (byte) 7;
        return i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof N0)) {
            return false;
        }
        J j8 = (J) ((N0) obj);
        if (!this.f15224a.equals(j8.f15224a)) {
            return false;
        }
        if (!this.f15225b.equals(j8.f15225b)) {
            return false;
        }
        String str = j8.f15226c;
        String str2 = this.f15226c;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        if (this.f15227d != j8.f15227d) {
            return false;
        }
        Long l8 = j8.f15228e;
        Long l9 = this.f15228e;
        if (l9 == null) {
            if (l8 != null) {
                return false;
            }
        } else if (!l9.equals(l8)) {
            return false;
        }
        if (this.f15229f != j8.f15229f || !this.f15230g.equals(j8.f15230g)) {
            return false;
        }
        C1298k0 c1298k0 = j8.f15231h;
        C1298k0 c1298k02 = this.f15231h;
        if (c1298k02 == null) {
            if (c1298k0 != null) {
                return false;
            }
        } else if (!c1298k02.equals(c1298k0)) {
            return false;
        }
        C1296j0 c1296j0 = j8.i;
        C1296j0 c1296j02 = this.i;
        if (c1296j02 == null) {
            if (c1296j0 != null) {
                return false;
            }
        } else if (!c1296j02.equals(c1296j0)) {
            return false;
        }
        N n8 = j8.f15232j;
        N n9 = this.f15232j;
        if (n9 == null) {
            if (n8 != null) {
                return false;
            }
        } else if (!n9.equals(n8)) {
            return false;
        }
        List list = j8.f15233k;
        List list2 = this.f15233k;
        if (list2 == null) {
            if (list != null) {
                return false;
            }
        } else if (!list2.equals(list)) {
            return false;
        }
        return this.f15234l == j8.f15234l;
    }

    public final int hashCode() {
        int iHashCode = (((this.f15224a.hashCode() ^ 1000003) * 1000003) ^ this.f15225b.hashCode()) * 1000003;
        String str = this.f15226c;
        int iHashCode2 = (iHashCode ^ (str == null ? 0 : str.hashCode())) * 1000003;
        long j8 = this.f15227d;
        int i = (iHashCode2 ^ ((int) (j8 ^ (j8 >>> 32)))) * 1000003;
        Long l8 = this.f15228e;
        int iHashCode3 = (((((i ^ (l8 == null ? 0 : l8.hashCode())) * 1000003) ^ (this.f15229f ? 1231 : 1237)) * 1000003) ^ this.f15230g.hashCode()) * 1000003;
        C1298k0 c1298k0 = this.f15231h;
        int iHashCode4 = (iHashCode3 ^ (c1298k0 == null ? 0 : c1298k0.hashCode())) * 1000003;
        C1296j0 c1296j0 = this.i;
        int iHashCode5 = (iHashCode4 ^ (c1296j0 == null ? 0 : c1296j0.hashCode())) * 1000003;
        N n8 = this.f15232j;
        int iHashCode6 = (iHashCode5 ^ (n8 == null ? 0 : n8.hashCode())) * 1000003;
        List list = this.f15233k;
        return ((iHashCode6 ^ (list != null ? list.hashCode() : 0)) * 1000003) ^ this.f15234l;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Session{generator=");
        sb.append(this.f15224a);
        sb.append(", identifier=");
        sb.append(this.f15225b);
        sb.append(", appQualitySessionId=");
        sb.append(this.f15226c);
        sb.append(", startedAt=");
        sb.append(this.f15227d);
        sb.append(", endedAt=");
        sb.append(this.f15228e);
        sb.append(", crashed=");
        sb.append(this.f15229f);
        sb.append(", app=");
        sb.append(this.f15230g);
        sb.append(", user=");
        sb.append(this.f15231h);
        sb.append(", os=");
        sb.append(this.i);
        sb.append(", device=");
        sb.append(this.f15232j);
        sb.append(", events=");
        sb.append(this.f15233k);
        sb.append(", generatorType=");
        return AbstractC0844a.n(sb, this.f15234l, "}");
    }
}
