package a3;

import q.AbstractC2761L;

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

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

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

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

    public /* synthetic */ T(String str, String str2) {
        this(str, str2, null);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof T)) {
            return false;
        }
        T t6 = (T) obj;
        return kotlin.jvm.internal.o.c(this.f10589a, t6.f10589a) && kotlin.jvm.internal.o.c(this.f10590b, t6.f10590b) && kotlin.jvm.internal.o.c(this.f10591c, t6.f10591c);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(this.f10589a.hashCode() * 31, 31, this.f10590b);
        String str = this.f10591c;
        return iB + (str == null ? 0 : str.hashCode());
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("GenericPickerOption(value=");
        sb.append(this.f10589a);
        sb.append(", title=");
        sb.append(this.f10590b);
        sb.append(", subtitle=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f10591c, ")");
    }

    public T(String value, String title, String str) {
        kotlin.jvm.internal.o.h(value, "value");
        kotlin.jvm.internal.o.h(title, "title");
        this.f10589a = value;
        this.f10590b = title;
        this.f10591c = str;
    }
}
