package j3;

import k3.C2381a;

/* JADX INFO: renamed from: j3.k, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2359k {

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final boolean f19585i;

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

    public C2359k(boolean z6, C2381a c2381a, boolean z7, boolean z8, Float f6, String str, boolean z9, boolean z10, boolean z11, String str2) {
        this.f19577a = z6;
        this.f19578b = c2381a;
        this.f19579c = z7;
        this.f19580d = z8;
        this.f19581e = f6;
        this.f19582f = str;
        this.f19583g = z9;
        this.f19584h = z10;
        this.f19585i = z11;
        this.f19586j = str2;
    }

    public static C2359k a(C2359k c2359k, boolean z6, C2381a c2381a, boolean z7, boolean z8, Float f6, String str, boolean z9, boolean z10, boolean z11, String str2, int i6) {
        if ((i6 & 1) != 0) {
            z6 = c2359k.f19577a;
        }
        boolean z12 = z6;
        if ((i6 & 2) != 0) {
            c2381a = c2359k.f19578b;
        }
        C2381a c2381a2 = c2381a;
        if ((i6 & 4) != 0) {
            z7 = c2359k.f19579c;
        }
        boolean z13 = z7;
        if ((i6 & 8) != 0) {
            z8 = c2359k.f19580d;
        }
        boolean z14 = z8;
        Float f7 = (i6 & 16) != 0 ? c2359k.f19581e : f6;
        String str3 = (i6 & 32) != 0 ? c2359k.f19582f : str;
        boolean z15 = (i6 & 64) != 0 ? c2359k.f19583g : z9;
        boolean z16 = (i6 & 128) != 0 ? c2359k.f19584h : z10;
        boolean z17 = (i6 & 256) != 0 ? c2359k.f19585i : z11;
        String str4 = (i6 & 512) != 0 ? c2359k.f19586j : str2;
        c2359k.getClass();
        return new C2359k(z12, c2381a2, z13, z14, f7, str3, z15, z16, z17, str4);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2359k)) {
            return false;
        }
        C2359k c2359k = (C2359k) obj;
        return this.f19577a == c2359k.f19577a && kotlin.jvm.internal.o.c(this.f19578b, c2359k.f19578b) && this.f19579c == c2359k.f19579c && this.f19580d == c2359k.f19580d && kotlin.jvm.internal.o.c(this.f19581e, c2359k.f19581e) && kotlin.jvm.internal.o.c(this.f19582f, c2359k.f19582f) && this.f19583g == c2359k.f19583g && this.f19584h == c2359k.f19584h && this.f19585i == c2359k.f19585i && kotlin.jvm.internal.o.c(this.f19586j, c2359k.f19586j);
    }

    public final int hashCode() {
        int iHashCode = Boolean.hashCode(this.f19577a) * 31;
        C2381a c2381a = this.f19578b;
        int iF = com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f((iHashCode + (c2381a == null ? 0 : c2381a.hashCode())) * 31, 31, this.f19579c), 31, this.f19580d);
        Float f6 = this.f19581e;
        int iHashCode2 = (iF + (f6 == null ? 0 : f6.hashCode())) * 31;
        String str = this.f19582f;
        int iF2 = com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f((iHashCode2 + (str == null ? 0 : str.hashCode())) * 31, 31, this.f19583g), 31, this.f19584h), 31, this.f19585i);
        String str2 = this.f19586j;
        return iF2 + (str2 != null ? str2.hashCode() : 0);
    }

    public final String toString() {
        return "UpdateUiState(isChecking=" + this.f19577a + ", update=" + this.f19578b + ", isUpdateAvailable=" + this.f19579c + ", isDownloading=" + this.f19580d + ", downloadProgress=" + this.f19581e + ", downloadedApkPath=" + this.f19582f + ", showDialog=" + this.f19583g + ", showNoUpdateToastHint=" + this.f19584h + ", showUnknownSourcesDialog=" + this.f19585i + ", errorMessage=" + this.f19586j + ")";
    }
}
