package defpackage;

/* JADX INFO: renamed from: ᵷﾞˆˀ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4944 {

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

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

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final C2791 f18767;

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

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final String f18769;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final long f18770;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final String f18771;

    public C4944(String str, String str2, int i, long j, C2791 c2791, String str3, String str4) {
        this.f18768 = str;
        this.f18765 = str2;
        this.f18766 = i;
        this.f18770 = j;
        this.f18767 = c2791;
        this.f18771 = str3;
        this.f18769 = str4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C4944)) {
            return false;
        }
        C4944 c4944 = (C4944) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f18768, c4944.f18768) && ᵥˈᵛ.ˊᵫᵗ(this.f18765, c4944.f18765) && this.f18766 == c4944.f18766 && this.f18770 == c4944.f18770 && this.f18767.equals(c4944.f18767) && this.f18771.equals(c4944.f18771) && ᵥˈᵛ.ˊᵫᵗ(this.f18769, c4944.f18769);
    }

    public final int hashCode() {
        int iM8108 = (AbstractC3589.m8108(this.f18768.hashCode() * 31, 31, this.f18765) + this.f18766) * 31;
        long j = this.f18770;
        return this.f18769.hashCode() + AbstractC3589.m8108((this.f18767.hashCode() + ((iM8108 + ((int) (j ^ (j >>> 32)))) * 31)) * 31, 31, this.f18771);
    }

    public final String toString() {
        return "SessionInfo(sessionId=" + this.f18768 + ", firstSessionId=" + this.f18765 + ", sessionIndex=" + this.f18766 + ", eventTimestampUs=" + this.f18770 + ", dataCollectionStatus=" + this.f18767 + ", firebaseInstallationId=" + this.f18771 + ", firebaseAuthenticationToken=" + this.f18769 + ')';
    }
}
