package defpackage;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\b\u0087\b\u0018\u00002\u00020\u0001¨\u0006\u0002"}, d2 = {"Lbt5;", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@vm2
public final /* data */ class bt5 {
    public final long a;
    public final int b;
    public final Float c;
    public final Float d;
    public final Float e;
    public final Integer f;
    public final long g;

    public bt5(long j, int i, Float f, Float f2, Float f3, Integer num, long j2) {
        this.a = j;
        this.b = i;
        this.c = f;
        this.d = f2;
        this.e = f3;
        this.f = num;
        this.g = j2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof bt5)) {
            return false;
        }
        bt5 bt5Var = (bt5) obj;
        return this.a == bt5Var.a && this.b == bt5Var.b && cr4.b(this.c, bt5Var.c) && cr4.b(this.d, bt5Var.d) && cr4.b(this.e, bt5Var.e) && cr4.b(this.f, bt5Var.f) && this.g == bt5Var.g;
    }

    public final int hashCode() {
        int iA = fi7.a(this.b, Long.hashCode(this.a) * 31, 31);
        Float f = this.c;
        int iHashCode = (iA + (f == null ? 0 : f.hashCode())) * 31;
        Float f2 = this.d;
        int iHashCode2 = (iHashCode + (f2 == null ? 0 : f2.hashCode())) * 31;
        Float f3 = this.e;
        int iHashCode3 = (iHashCode2 + (f3 == null ? 0 : f3.hashCode())) * 31;
        Integer num = this.f;
        return Long.hashCode(this.g) + ((iHashCode3 + (num != null ? num.hashCode() : 0)) * 31);
    }

    public final String toString() {
        return "MediaRatingEntity(id=" + this.a + ", tmdbId=" + this.b + ", tmdbRating=" + this.c + ", imdbRating=" + this.d + ", traktRating=" + this.e + ", rottenTomatoesRating=" + this.f + ", updatedAt=" + this.g + ")";
    }

    public /* synthetic */ bt5(int i, Float f, Float f2) {
        this(0L, i, f, null, f2, null, System.currentTimeMillis());
    }
}
