package m4;

import java.util.Map;

/* JADX INFO: renamed from: m4.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1167c {

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

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

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

    public C1167c(String str, long j8, Map map) {
        P6.g.e(map, "additionalCustomKeys");
        this.f14613a = str;
        this.f14614b = j8;
        this.f14615c = map;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1167c)) {
            return false;
        }
        C1167c c1167c = (C1167c) obj;
        return P6.g.a(this.f14613a, c1167c.f14613a) && this.f14614b == c1167c.f14614b && P6.g.a(this.f14615c, c1167c.f14615c);
    }

    public final int hashCode() {
        int iHashCode = this.f14613a.hashCode() * 31;
        long j8 = this.f14614b;
        return this.f14615c.hashCode() + ((iHashCode + ((int) (j8 ^ (j8 >>> 32)))) * 31);
    }

    public final String toString() {
        return "EventMetadata(sessionId=" + this.f14613a + ", timestamp=" + this.f14614b + ", additionalCustomKeys=" + this.f14615c + ')';
    }
}
