package T2;

import kotlin.jvm.internal.o;

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

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

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

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

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

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

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

    public h(String str, String str2, String str3, String str4, a aVar, String str5) {
        this.f6660a = str;
        this.f6661b = str2;
        this.f6662c = str3;
        this.f6663d = str4;
        this.f6664e = aVar;
        this.f6665f = str5;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof h)) {
            return false;
        }
        h hVar = (h) obj;
        return o.c(this.f6660a, hVar.f6660a) && o.c(this.f6661b, hVar.f6661b) && o.c(this.f6662c, hVar.f6662c) && o.c(this.f6663d, hVar.f6663d) && o.c(this.f6664e, hVar.f6664e) && o.c(this.f6665f, hVar.f6665f);
    }

    public final int hashCode() {
        String str = this.f6660a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.f6661b;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f6662c;
        int iHashCode3 = (iHashCode2 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f6663d;
        int iHashCode4 = (iHashCode3 + (str4 == null ? 0 : str4.hashCode())) * 31;
        a aVar = this.f6664e;
        int iHashCode5 = (iHashCode4 + (aVar == null ? 0 : aVar.hashCode())) * 31;
        String str5 = this.f6665f;
        return iHashCode5 + (str5 != null ? str5.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ScraperStreamItem(infoHash=");
        sb.append(this.f6660a);
        sb.append(", directUrl=");
        sb.append(this.f6661b);
        sb.append(", title=");
        sb.append(this.f6662c);
        sb.append(", description=");
        sb.append(this.f6663d);
        sb.append(", behaviorHints=");
        sb.append(this.f6664e);
        sb.append(", originalTitle=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f6665f, ")");
    }
}
