package c5;

import P6.g;
import d5.AbstractC0844a;

/* JADX INFO: renamed from: c5.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0584c {

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

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

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

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

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

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

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

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

    public C0584c(long j8, String str, String str2, String str3, String str4, String str5, String str6, String str7) {
        g.e(str, "title");
        g.e(str3, "posterUrl");
        g.e(str4, "backdropUrl");
        g.e(str5, "releaseDate");
        g.e(str6, "countries");
        g.e(str7, "genres");
        this.f9352a = j8;
        this.f9353b = str;
        this.f9354c = str2;
        this.f9355d = str3;
        this.f9356e = str4;
        this.f9357f = str5;
        this.f9358g = str6;
        this.f9359h = str7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0584c)) {
            return false;
        }
        C0584c c0584c = (C0584c) obj;
        return this.f9352a == c0584c.f9352a && g.a(this.f9353b, c0584c.f9353b) && this.f9354c.equals(c0584c.f9354c) && g.a(this.f9355d, c0584c.f9355d) && g.a(this.f9356e, c0584c.f9356e) && g.a(this.f9357f, c0584c.f9357f) && g.a(this.f9358g, c0584c.f9358g) && g.a(this.f9359h, c0584c.f9359h);
    }

    public final int hashCode() {
        long j8 = this.f9352a;
        return AbstractC0844a.g(AbstractC0844a.g(AbstractC0844a.g(AbstractC0844a.g(AbstractC0844a.g(AbstractC0844a.g(AbstractC0844a.g(((int) (j8 ^ (j8 >>> 32))) * 31, 31, this.f9353b), 31, this.f9354c), 31, this.f9355d), 31, this.f9356e), 31, this.f9357f), 31, this.f9358g), 31, this.f9359h);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("WatchListEntity(movieId=");
        sb.append(this.f9352a);
        sb.append(", title=");
        sb.append(this.f9353b);
        sb.append(", mediaType=");
        sb.append(this.f9354c);
        sb.append(", posterUrl=");
        sb.append(this.f9355d);
        sb.append(", backdropUrl=");
        sb.append(this.f9356e);
        sb.append(", releaseDate=");
        sb.append(this.f9357f);
        sb.append(", countries=");
        sb.append(this.f9358g);
        sb.append(", genres=");
        return I1.a.r(sb, this.f9359h, ", id=null)");
    }
}
