package a3;

import a0.C0932r0;
import android.os.SystemClock;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final B.V f10598a;

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final boolean f10602e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final J4.a f10603f;

    public X(B.V v3, long j4, long j6) {
        long jElapsedRealtime = SystemClock.elapsedRealtime();
        C0932r0 c0932r0 = new C0932r0(13);
        this.f10598a = v3;
        this.f10599b = j4;
        this.f10600c = j6;
        this.f10601d = jElapsedRealtime;
        this.f10602e = true;
        this.f10603f = c0932r0;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof X)) {
            return false;
        }
        X x6 = (X) obj;
        return kotlin.jvm.internal.o.c(this.f10598a, x6.f10598a) && this.f10599b == x6.f10599b && this.f10600c == x6.f10600c && this.f10601d == x6.f10601d && this.f10602e == x6.f10602e && kotlin.jvm.internal.o.c(this.f10603f, x6.f10603f);
    }

    public final int hashCode() {
        return this.f10603f.hashCode() + com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(this.f10598a.hashCode() * 31, 31, this.f10599b), 31, this.f10600c), 31, 0L), 31, this.f10601d), 31, this.f10602e);
    }

    public final String toString() {
        return "ScrapeLinksWaitConfig(keyMatches=" + this.f10598a + ", maxWaitMs=" + this.f10599b + ", pollMs=" + this.f10600c + ", minScrapeAgeMs=0, waitOriginMs=" + this.f10601d + ", exitWhenFinishedEmpty=" + this.f10602e + ", isAborted=" + this.f10603f + ")";
    }
}
