package G2;

/* JADX INFO: loaded from: classes.dex */
public final class b {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final z2.i f2935b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final z2.h f2936c;

    public b(long j8, z2.i iVar, z2.h hVar) {
        this.f2934a = j8;
        this.f2935b = iVar;
        this.f2936c = hVar;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof b) {
            b bVar = (b) obj;
            if (this.f2934a == bVar.f2934a && this.f2935b.equals(bVar.f2935b) && this.f2936c.equals(bVar.f2936c)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j8 = this.f2934a;
        return ((((((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003) ^ this.f2935b.hashCode()) * 1000003) ^ this.f2936c.hashCode();
    }

    public final String toString() {
        return "PersistedEvent{id=" + this.f2934a + ", transportContext=" + this.f2935b + ", event=" + this.f2936c + "}";
    }
}
