package defpackage;

import java.util.Map;

/* JADX INFO: renamed from: ˏᵷᐧ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1918 {
    public static final C4085 Companion = new C4085();

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public static final InterfaceC5490[] f7626 = {null, null, ᵬʕˎʽ.ˌᴵ(2, new ˑᵸ(14))};

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final C2656 f7627;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final Map f7628;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C3598 f7629;

    public /* synthetic */ C1918(int i, C3598 c3598, C2656 c2656, Map map) {
        if (1 != (i & 1)) {
            ᵴᵧˈ.ˏːˆ(i, 1, C3706.f14119.mo1144());
            throw null;
        }
        this.f7629 = c3598;
        if ((i & 2) == 0) {
            this.f7627 = null;
        } else {
            this.f7627 = c2656;
        }
        if ((i & 4) == 0) {
            this.f7628 = null;
        } else {
            this.f7628 = map;
        }
    }

    public C1918(C3598 c3598, C2656 c2656, Map map) {
        this.f7629 = c3598;
        this.f7627 = c2656;
        this.f7628 = map;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static C1918 m5157(C1918 c1918, C3598 c3598, C2656 c2656, Map map, int i) {
        if ((i & 1) != 0) {
            c3598 = c1918.f7629;
        }
        if ((i & 2) != 0) {
            c2656 = c1918.f7627;
        }
        if ((i & 4) != 0) {
            map = c1918.f7628;
        }
        c1918.getClass();
        return new C1918(c3598, c2656, map);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1918)) {
            return false;
        }
        C1918 c1918 = (C1918) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f7629, c1918.f7629) && ᵥˈᵛ.ˊᵫᵗ(this.f7627, c1918.f7627) && ᵥˈᵛ.ˊᵫᵗ(this.f7628, c1918.f7628);
    }

    public final int hashCode() {
        int iHashCode = this.f7629.hashCode() * 31;
        C2656 c2656 = this.f7627;
        int iHashCode2 = (iHashCode + (c2656 == null ? 0 : c2656.hashCode())) * 31;
        Map map = this.f7628;
        return iHashCode2 + (map != null ? map.hashCode() : 0);
    }

    public final String toString() {
        return "SessionData(sessionDetails=" + this.f7629 + ", backgroundTime=" + this.f7627 + ", processDataMap=" + this.f7628 + ')';
    }
}
