package Y0;

import X0.AbstractC0791d;
import X0.C;
import X0.E;
import X0.H;
import X0.I;
import kotlin.jvm.internal.o;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class b extends AbstractC0791d {

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

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

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

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

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

    public b(String str, a aVar, I i6, int i7, boolean z6) {
        super(2, d.f8710a, new H(new E[0]));
        this.f8703d = str;
        this.f8704e = aVar;
        this.f8705f = i6;
        this.f8706g = i7;
        this.f8707h = z6;
    }

    @Override // X0.InterfaceC0806t
    public final I b() {
        return this.f8705f;
    }

    @Override // X0.InterfaceC0806t
    public final int c() {
        return this.f8706g;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof b)) {
            return false;
        }
        b bVar = (b) obj;
        if (!o.c(this.f8703d, bVar.f8703d) || !o.c(this.f8704e, bVar.f8704e)) {
            return false;
        }
        if (o.c(this.f8705f, bVar.f8705f)) {
            return this.f8706g == bVar.f8706g && this.f8707h == bVar.f8707h;
        }
        return false;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f8707h) + AbstractC2761L.a(this.f8706g, (((this.f8704e.hashCode() + (this.f8703d.hashCode() * 31)) * 31) + this.f8705f.f8452a) * 31, 31);
    }

    public final String toString() {
        return "Font(GoogleFont(\"" + this.f8703d + "\", bestEffort=" + this.f8707h + "), weight=" + this.f8705f + ", style=" + ((Object) C.a(this.f8706g)) + ')';
    }
}
