package com.revenuecat.purchases.paywalls;

import A0.a;
import com.revenuecat.purchases.InternalRevenueCatAPI;
import java.util.List;
import kotlin.jvm.internal.h;
import kotlin.jvm.internal.o;
import x4.y;

/* JADX INFO: loaded from: classes3.dex */
@InternalRevenueCatAPI
public final class DownloadedFontFamily {
    private final String family;
    private final List<DownloadedFont> fonts;

    public DownloadedFontFamily(String family, List<DownloadedFont> fonts) {
        o.h(family, "family");
        o.h(fonts, "fonts");
        this.family = family;
        this.fonts = fonts;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof DownloadedFontFamily)) {
            return false;
        }
        DownloadedFontFamily downloadedFontFamily = (DownloadedFontFamily) obj;
        return o.c(this.family, downloadedFontFamily.family) && o.c(this.fonts, downloadedFontFamily.fonts);
    }

    public final /* synthetic */ String getFamily() {
        return this.family;
    }

    public final /* synthetic */ List getFonts() {
        return this.fonts;
    }

    public int hashCode() {
        return this.fonts.hashCode() + (this.family.hashCode() * 31);
    }

    public String toString() {
        StringBuilder sb = new StringBuilder("DownloadedFontFamily(family=");
        sb.append(this.family);
        sb.append(", fonts=");
        return a.o(sb, this.fonts, ')');
    }

    public /* synthetic */ DownloadedFontFamily(String str, List list, int i6, h hVar) {
        this(str, (i6 & 2) != 0 ? y.f26065a : list);
    }
}
