package V2;

import q.AbstractC2761L;

/* JADX INFO: renamed from: V2.x1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0738x1 extends AbstractC0742y1 {

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

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

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

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

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

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

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

    public C0738x1(String id, String title, String path, String str, Integer num, Integer num2, boolean z6) {
        kotlin.jvm.internal.o.h(id, "id");
        kotlin.jvm.internal.o.h(title, "title");
        kotlin.jvm.internal.o.h(path, "path");
        this.f8155a = id;
        this.f8156b = title;
        this.f8157c = path;
        this.f8158d = str;
        this.f8159e = num;
        this.f8160f = num2;
        this.f8161g = z6;
    }

    @Override // V2.AbstractC0742y1
    public final String a() {
        return this.f8155a;
    }

    @Override // V2.AbstractC0742y1
    public final boolean b() {
        return this.f8161g;
    }

    @Override // V2.AbstractC0742y1
    public final String c() {
        return this.f8156b;
    }

    public final Integer d() {
        return this.f8160f;
    }

    public final Integer e() {
        return this.f8159e;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0738x1)) {
            return false;
        }
        C0738x1 c0738x1 = (C0738x1) obj;
        return kotlin.jvm.internal.o.c(this.f8155a, c0738x1.f8155a) && kotlin.jvm.internal.o.c(this.f8156b, c0738x1.f8156b) && kotlin.jvm.internal.o.c(this.f8157c, c0738x1.f8157c) && kotlin.jvm.internal.o.c(this.f8158d, c0738x1.f8158d) && kotlin.jvm.internal.o.c(this.f8159e, c0738x1.f8159e) && kotlin.jvm.internal.o.c(this.f8160f, c0738x1.f8160f) && this.f8161g == c0738x1.f8161g;
    }

    public final String f() {
        return this.f8157c;
    }

    public final String g() {
        return this.f8158d;
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(AbstractC2761L.b(this.f8155a.hashCode() * 31, 31, this.f8156b), 31, this.f8157c);
        String str = this.f8158d;
        int iHashCode = (iB + (str == null ? 0 : str.hashCode())) * 31;
        Integer num = this.f8159e;
        int iHashCode2 = (iHashCode + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f8160f;
        return Boolean.hashCode(this.f8161g) + ((iHashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31);
    }

    public final String toString() {
        return "Trakt(id=" + this.f8155a + ", title=" + this.f8156b + ", path=" + this.f8157c + ", sortOrder=" + this.f8158d + ", filterRatingMinPercent=" + this.f8159e + ", filterMinYear=" + this.f8160f + ", inPlace=" + this.f8161g + ")";
    }
}
