package N2;

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

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

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

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

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

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

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

    public u(Integer num, Integer num2, String str, String str2, String str3, boolean z6) {
        this.f5257a = str;
        this.f5258b = num;
        this.f5259c = num2;
        this.f5260d = str2;
        this.f5261e = str3;
        this.f5262f = z6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof u)) {
            return false;
        }
        u uVar = (u) obj;
        return kotlin.jvm.internal.o.c(this.f5257a, uVar.f5257a) && kotlin.jvm.internal.o.c(this.f5258b, uVar.f5258b) && kotlin.jvm.internal.o.c(this.f5259c, uVar.f5259c) && kotlin.jvm.internal.o.c(this.f5260d, uVar.f5260d) && kotlin.jvm.internal.o.c(this.f5261e, uVar.f5261e) && this.f5262f == uVar.f5262f;
    }

    public final int hashCode() {
        String str = this.f5257a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        Integer num = this.f5258b;
        int iHashCode2 = (iHashCode + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f5259c;
        int iHashCode3 = (iHashCode2 + (num2 == null ? 0 : num2.hashCode())) * 31;
        String str2 = this.f5260d;
        int iHashCode4 = (iHashCode3 + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f5261e;
        return Boolean.hashCode(this.f5262f) + ((iHashCode4 + (str3 != null ? str3.hashCode() : 0)) * 31);
    }

    public final String toString() {
        return "LookupOptions(type=" + this.f5257a + ", seasonNo=" + this.f5258b + ", episodeNo=" + this.f5259c + ", strictFilterTitle=" + this.f5260d + ", contentTitle=" + this.f5261e + ", isLikelyAnime=" + this.f5262f + ")";
    }
}
