package k0;

import C0.B;
import kotlin.jvm.internal.o;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final B f19642d;

    public f(int i6, long j4, g gVar, B b5) {
        this.f19639a = i6;
        this.f19640b = j4;
        this.f19641c = gVar;
        this.f19642d = b5;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof f)) {
            return false;
        }
        f fVar = (f) obj;
        return this.f19639a == fVar.f19639a && this.f19640b == fVar.f19640b && this.f19641c == fVar.f19641c && o.c(this.f19642d, fVar.f19642d);
    }

    public final int hashCode() {
        int iHashCode = (this.f19641c.hashCode() + com.google.android.recaptcha.internal.a.e(Integer.hashCode(this.f19639a) * 31, 31, this.f19640b)) * 31;
        B b5 = this.f19642d;
        return iHashCode + (b5 == null ? 0 : b5.hashCode());
    }

    public final String toString() {
        return "ContentCaptureEvent(id=" + this.f19639a + ", timestamp=" + this.f19640b + ", type=" + this.f19641c + ", structureCompat=" + this.f19642d + ')';
    }
}
