package a3;

import D.C0135f;
import a0.C0932r0;

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

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

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

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

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

    public V(C0970i c0970i, C0135f c0135f, C0932r0 c0932r0, C0932r0 c0932r02) {
        this.f10592a = c0970i;
        this.f10593b = c0135f;
        this.f10594c = c0932r0;
        this.f10595d = c0932r02;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof V)) {
            return false;
        }
        V v3 = (V) obj;
        return this.f10592a.equals(v3.f10592a) && this.f10593b.equals(v3.f10593b) && this.f10594c.equals(v3.f10594c) && this.f10595d.equals(v3.f10595d);
    }

    public final int hashCode() {
        return this.f10595d.hashCode() + ((this.f10594c.hashCode() + ((this.f10593b.hashCode() + (this.f10592a.hashCode() * 31)) * 31)) * 31);
    }

    public final String toString() {
        return "LiveLinkSource(pollLinks=" + this.f10592a + ", stillValid=" + this.f10593b + ", scrapeStillRunning=" + this.f10594c + ", scrapeAgeMs=" + this.f10595d + ")";
    }
}
