package f3;

import kotlin.jvm.internal.o;

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

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

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

    public C2043h(String id, String url) {
        o.h(id, "id");
        o.h(url, "url");
        this.f16423a = id;
        this.f16424b = url;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2043h)) {
            return false;
        }
        C2043h c2043h = (C2043h) obj;
        return o.c(this.f16423a, c2043h.f16423a) && o.c(this.f16424b, c2043h.f16424b);
    }

    public final int hashCode() {
        return this.f16424b.hashCode() + (this.f16423a.hashCode() * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("StremioSubtitleMatch(id=");
        sb.append(this.f16423a);
        sb.append(", url=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f16424b, ")");
    }
}
