package U;

import kotlin.jvm.internal.o;
import q.AbstractC2761L;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f6812c = false;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public e f6813d = null;

    public l(String str, String str2) {
        this.f6810a = str;
        this.f6811b = str2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof l)) {
            return false;
        }
        l lVar = (l) obj;
        return o.c(this.f6810a, lVar.f6810a) && o.c(this.f6811b, lVar.f6811b) && this.f6812c == lVar.f6812c && o.c(this.f6813d, lVar.f6813d);
    }

    public final int hashCode() {
        int iF = com.google.android.recaptcha.internal.a.f(AbstractC2761L.b(this.f6810a.hashCode() * 31, 31, this.f6811b), 31, this.f6812c);
        e eVar = this.f6813d;
        return iF + (eVar == null ? 0 : eVar.hashCode());
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TextSubstitution(layoutCache=");
        sb.append(this.f6813d);
        sb.append(", isShowingSubstitution=");
        return AbstractC2761L.h(sb, this.f6812c, ')');
    }
}
