package Y2;

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

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

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

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

    public r(String str, String str2, Integer num) {
        this.f8784a = str;
        this.f8785b = str2;
        this.f8786c = num;
    }

    public final String a() {
        return this.f8785b;
    }

    public final Integer b() {
        return this.f8786c;
    }

    public final String c() {
        return this.f8784a;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof r)) {
            return false;
        }
        r rVar = (r) obj;
        return kotlin.jvm.internal.o.c(this.f8784a, rVar.f8784a) && kotlin.jvm.internal.o.c(this.f8785b, rVar.f8785b) && kotlin.jvm.internal.o.c(this.f8786c, rVar.f8786c);
    }

    public final int hashCode() {
        int iHashCode = this.f8784a.hashCode() * 31;
        String str = this.f8785b;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        Integer num = this.f8786c;
        return iHashCode2 + (num != null ? num.hashCode() : 0);
    }

    public final String toString() {
        return "TmdbMovieBridgeMeta(title=" + this.f8784a + ", imdbId=" + this.f8785b + ", releaseYear=" + this.f8786c + ")";
    }
}
