package f3;

import kotlin.jvm.internal.o;
import q.AbstractC2761L;

/* JADX INFO: renamed from: f3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2036a {

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

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

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

    public C2036a(String str, String str2, String str3) {
        this.f16409a = str;
        this.f16410b = str2;
        this.f16411c = str3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2036a)) {
            return false;
        }
        C2036a c2036a = (C2036a) obj;
        return o.c(this.f16409a, c2036a.f16409a) && o.c(this.f16410b, c2036a.f16410b) && o.c(this.f16411c, c2036a.f16411c);
    }

    public final int hashCode() {
        return this.f16411c.hashCode() + AbstractC2761L.b(this.f16409a.hashCode() * 31, 31, this.f16410b);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("OpenSubtitleListItem(releaseName=");
        sb.append(this.f16409a);
        sb.append(", fileId=");
        sb.append(this.f16410b);
        sb.append(", languageCode=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f16411c, ")");
    }
}
