package T2;

import kotlin.jvm.internal.o;
import q.AbstractC2761L;

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

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final String f6645f;

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

    public d(Long l, String str, String str2, String hash, String str3, String str4, String str5) {
        o.h(hash, "hash");
        this.f6640a = str;
        this.f6641b = l;
        this.f6642c = str2;
        this.f6643d = hash;
        this.f6644e = str3;
        this.f6645f = str4;
        this.f6646g = str5;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof d)) {
            return false;
        }
        d dVar = (d) obj;
        return o.c(this.f6640a, dVar.f6640a) && o.c(this.f6641b, dVar.f6641b) && o.c(this.f6642c, dVar.f6642c) && o.c(this.f6643d, dVar.f6643d) && o.c(this.f6644e, dVar.f6644e) && o.c(this.f6645f, dVar.f6645f) && o.c(this.f6646g, dVar.f6646g);
    }

    public final int hashCode() {
        int iHashCode = this.f6640a.hashCode() * 31;
        Long l = this.f6641b;
        int iHashCode2 = (iHashCode + (l == null ? 0 : l.hashCode())) * 31;
        String str = this.f6642c;
        int iB = AbstractC2761L.b((iHashCode2 + (str == null ? 0 : str.hashCode())) * 31, 31, this.f6643d);
        String str2 = this.f6644e;
        int iHashCode3 = (iB + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f6645f;
        int iHashCode4 = (iHashCode3 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f6646g;
        return iHashCode4 + (str4 != null ? str4.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ScraperHashResult(itemName=");
        sb.append(this.f6640a);
        sb.append(", videoSize=");
        sb.append(this.f6641b);
        sb.append(", fileName=");
        sb.append(this.f6642c);
        sb.append(", hash=");
        sb.append(this.f6643d);
        sb.append(", originalTitle=");
        sb.append(this.f6644e);
        sb.append(", directUrl=");
        sb.append(this.f6645f);
        sb.append(", description=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f6646g, ")");
    }
}
