package y3;

import r3.j;

/* JADX INFO: renamed from: y3.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C3265b {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final r3.i f26187c;

    public C3265b(long j4, j jVar, r3.i iVar) {
        this.f26185a = j4;
        this.f26186b = jVar;
        this.f26187c = iVar;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C3265b) {
            C3265b c3265b = (C3265b) obj;
            if (this.f26185a == c3265b.f26185a && this.f26186b.equals(c3265b.f26186b) && this.f26187c.equals(c3265b.f26187c)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j4 = this.f26185a;
        return ((((((int) ((j4 >>> 32) ^ j4)) ^ 1000003) * 1000003) ^ this.f26186b.hashCode()) * 1000003) ^ this.f26187c.hashCode();
    }

    public final String toString() {
        return "PersistedEvent{id=" + this.f26185a + ", transportContext=" + this.f26186b + ", event=" + this.f26187c + "}";
    }
}
