package U2;

import java.util.ArrayList;
import kotlin.jvm.internal.o;
import q.AbstractC2761L;

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

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

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

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

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

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

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

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

    public m(String str, String str2, String key, String str3, Long l, String str4, ArrayList arrayList) {
        o.h(key, "key");
        this.f6922a = str;
        this.f6923b = str2;
        this.f6924c = key;
        this.f6925d = str3;
        this.f6926e = l;
        this.f6927f = str4;
        this.f6928g = arrayList;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof m)) {
            return false;
        }
        m mVar = (m) obj;
        return this.f6922a.equals(mVar.f6922a) && this.f6923b.equals(mVar.f6923b) && o.c(this.f6924c, mVar.f6924c) && o.c(this.f6925d, mVar.f6925d) && o.c(this.f6926e, mVar.f6926e) && this.f6927f.equals(mVar.f6927f) && o.c(this.f6928g, mVar.f6928g);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(AbstractC2761L.b(this.f6922a.hashCode() * 31, 31, this.f6923b), 31, this.f6924c);
        String str = this.f6925d;
        int iHashCode = (iB + (str == null ? 0 : str.hashCode())) * 31;
        Long l = this.f6926e;
        int iB2 = AbstractC2761L.b((iHashCode + (l == null ? 0 : l.hashCode())) * 31, 31, this.f6927f);
        ArrayList arrayList = this.f6928g;
        return iB2 + (arrayList != null ? arrayList.hashCode() : 0);
    }

    public final String toString() {
        return "TorBoxTreeNode(type=" + this.f6922a + ", id=" + this.f6923b + ", key=" + this.f6924c + ", torrentId=" + this.f6925d + ", size=" + this.f6926e + ", name=" + this.f6927f + ", items=" + this.f6928g + ")";
    }
}
