package g3;

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

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

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

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

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

    public C2059a(String str, String str2, String str3, String str4) {
        this.f16465a = str;
        this.f16466b = str2;
        this.f16467c = str3;
        this.f16468d = str4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2059a)) {
            return false;
        }
        C2059a c2059a = (C2059a) obj;
        return kotlin.jvm.internal.o.c(this.f16465a, c2059a.f16465a) && kotlin.jvm.internal.o.c(this.f16466b, c2059a.f16466b) && kotlin.jvm.internal.o.c(this.f16467c, c2059a.f16467c) && kotlin.jvm.internal.o.c(this.f16468d, c2059a.f16468d);
    }

    public final int hashCode() {
        String str = this.f16465a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.f16466b;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f16467c;
        int iHashCode3 = (iHashCode2 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f16468d;
        return iHashCode3 + (str4 != null ? str4.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Entry(url=");
        sb.append(this.f16465a);
        sb.append(", hash=");
        sb.append(this.f16466b);
        sb.append(", debridProvider=");
        sb.append(this.f16467c);
        sb.append(", imdbId=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f16468d, ")");
    }
}
