package h3;

/* JADX INFO: renamed from: h3.g, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2114g extends AbstractC2138k {

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

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

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

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

    public C2114g(String path, String str, Integer num, Integer num2) {
        kotlin.jvm.internal.o.h(path, "path");
        this.f17935a = path;
        this.f17936b = str;
        this.f17937c = num;
        this.f17938d = num2;
    }

    @Override // h3.AbstractC2138k
    public final boolean a() {
        return true;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2114g)) {
            return false;
        }
        C2114g c2114g = (C2114g) obj;
        return kotlin.jvm.internal.o.c(this.f17935a, c2114g.f17935a) && kotlin.jvm.internal.o.c(this.f17936b, c2114g.f17936b) && kotlin.jvm.internal.o.c(this.f17937c, c2114g.f17937c) && kotlin.jvm.internal.o.c(this.f17938d, c2114g.f17938d);
    }

    public final int hashCode() {
        int iHashCode = this.f17935a.hashCode() * 31;
        String str = this.f17936b;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        Integer num = this.f17937c;
        int iHashCode3 = (iHashCode2 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f17938d;
        return iHashCode3 + (num2 != null ? num2.hashCode() : 0);
    }

    public final String toString() {
        return "Trakt(path=" + this.f17935a + ", sortOrder=" + this.f17936b + ", filterRatingMinPercent=" + this.f17937c + ", filterMinYear=" + this.f17938d + ")";
    }
}
