package V2;

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

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

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

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

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

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

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

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

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

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

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

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

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

    public T2(List list, boolean z6, boolean z7, String str, String str2, boolean z8, boolean z9, String str3, boolean z10, long j4, String str4) {
        this.f7543a = list;
        this.f7544b = z6;
        this.f7545c = z7;
        this.f7546d = str;
        this.f7547e = str2;
        this.f7548f = z8;
        this.f7549g = z9;
        this.f7550h = str3;
        this.f7551i = z10;
        this.f7552j = j4;
        this.f7553k = str4;
    }

    public static T2 a(T2 t22, List list, boolean z6, boolean z7, String str, String str2, boolean z8, boolean z9, String str3, boolean z10, long j4, String str4, int i6) {
        if ((i6 & 1) != 0) {
            list = t22.f7543a;
        }
        List list2 = list;
        if ((i6 & 2) != 0) {
            z6 = t22.f7544b;
        }
        boolean z11 = z6;
        boolean z12 = (i6 & 4) != 0 ? t22.f7545c : z7;
        String str5 = (i6 & 8) != 0 ? t22.f7546d : str;
        String str6 = (i6 & 16) != 0 ? t22.f7547e : str2;
        boolean z13 = (i6 & 32) != 0 ? t22.f7548f : z8;
        boolean z14 = (i6 & 64) != 0 ? t22.f7549g : z9;
        String str7 = (i6 & 128) != 0 ? t22.f7550h : str3;
        boolean z15 = (i6 & 256) != 0 ? t22.f7551i : z10;
        long j6 = (i6 & 512) != 0 ? t22.f7552j : j4;
        String str8 = (i6 & 1024) != 0 ? t22.f7553k : str4;
        t22.getClass();
        return new T2(list2, z11, z12, str5, str6, z13, z14, str7, z15, j6, str8);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof T2)) {
            return false;
        }
        T2 t22 = (T2) obj;
        return kotlin.jvm.internal.o.c(this.f7543a, t22.f7543a) && this.f7544b == t22.f7544b && this.f7545c == t22.f7545c && kotlin.jvm.internal.o.c(this.f7546d, t22.f7546d) && kotlin.jvm.internal.o.c(this.f7547e, t22.f7547e) && this.f7548f == t22.f7548f && this.f7549g == t22.f7549g && kotlin.jvm.internal.o.c(this.f7550h, t22.f7550h) && this.f7551i == t22.f7551i && this.f7552j == t22.f7552j && kotlin.jvm.internal.o.c(this.f7553k, t22.f7553k);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(this.f7543a.hashCode() * 31, 31, this.f7544b), 31, this.f7545c), 31, this.f7546d);
        String str = this.f7547e;
        int iF = com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f((iB + (str == null ? 0 : str.hashCode())) * 31, 31, this.f7548f), 31, this.f7549g);
        String str2 = this.f7550h;
        int iE = com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.f((iF + (str2 == null ? 0 : str2.hashCode())) * 31, 31, this.f7551i), 31, this.f7552j);
        String str3 = this.f7553k;
        return iE + (str3 != null ? str3.hashCode() : 0);
    }

    public final String toString() {
        return "ProfileUiState(profiles=" + this.f7543a + ", isLoading=" + this.f7544b + ", profileEntryBufferActive=" + this.f7545c + ", loadingMessage=" + this.f7546d + ", selectedProfileId=" + this.f7547e + ", isProUser=" + this.f7548f + ", navigateToMainTabs=" + this.f7549g + ", error=" + this.f7550h + ", openProfilePickerAfterResumeFailure=" + this.f7551i + ", pendingProfileAutoSelectRequestId=" + this.f7552j + ", pendingProfileAutoSelectId=" + this.f7553k + ")";
    }
}
