package h3;

import java.util.List;
import p0.C2714u;
import q.AbstractC2761L;

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

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

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

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

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

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

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

    public x5(int i6, String str, w5 w5Var, List list, long j4, long j6) {
        this.f18699a = i6;
        this.f18700b = str;
        this.f18701c = w5Var;
        this.f18702d = list;
        this.f18703e = j4;
        this.f18704f = j6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof x5)) {
            return false;
        }
        x5 x5Var = (x5) obj;
        return this.f18699a == x5Var.f18699a && kotlin.jvm.internal.o.c(this.f18700b, x5Var.f18700b) && this.f18701c == x5Var.f18701c && kotlin.jvm.internal.o.c(this.f18702d, x5Var.f18702d) && C2714u.d(this.f18703e, x5Var.f18703e) && C2714u.d(this.f18704f, x5Var.f18704f);
    }

    public final int hashCode() {
        int iC = AbstractC2761L.c(this.f18702d, (this.f18701c.hashCode() + AbstractC2761L.b(Integer.hashCode(this.f18699a) * 31, 31, this.f18700b)) * 31, 31);
        int i6 = C2714u.f22946n;
        return Long.hashCode(this.f18704f) + com.google.android.recaptcha.internal.a.e(iC, 31, this.f18703e);
    }

    public final String toString() {
        String strJ = C2714u.j(this.f18703e);
        String strJ2 = C2714u.j(this.f18704f);
        StringBuilder sb = new StringBuilder("TvSettingsBgTheme(id=");
        sb.append(this.f18699a);
        sb.append(", displayLabel=");
        sb.append(this.f18700b);
        sb.append(", kind=");
        sb.append(this.f18701c);
        sb.append(", linearColors=");
        sb.append(this.f18702d);
        sb.append(", focusEndColor=");
        sb.append(strJ);
        sb.append(", harborTopColor=");
        return com.google.android.recaptcha.internal.a.n(sb, strJ2, ")");
    }

    public x5(int i6, String str, List list, long j4) {
        this(i6, str, w5.f18672b, list, j4, C2714u.f22945m);
    }
}
