package com.revenuecat.purchases.ui.revenuecatui.utils;

import X0.C;
import androidx.compose.runtime.internal.StabilityInferred;
import kotlin.jvm.internal.h;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes3.dex */
@StabilityInferred(parameters = 1)
public final class ParsedFont {
    public static final int $stable = 0;
    private final int resId;
    private final int style;
    private final int weight;

    public /* synthetic */ ParsedFont(int i6, int i7, int i8, h hVar) {
        this(i6, i7, i8);
    }

    /* JADX INFO: renamed from: copy-RetOiIg$default, reason: not valid java name */
    public static /* synthetic */ ParsedFont m1188copyRetOiIg$default(ParsedFont parsedFont, int i6, int i7, int i8, int i9, Object obj) {
        if ((i9 & 1) != 0) {
            i6 = parsedFont.resId;
        }
        if ((i9 & 2) != 0) {
            i7 = parsedFont.weight;
        }
        if ((i9 & 4) != 0) {
            i8 = parsedFont.style;
        }
        return parsedFont.m1190copyRetOiIg(i6, i7, i8);
    }

    public final int component1() {
        return this.resId;
    }

    public final int component2() {
        return this.weight;
    }

    /* JADX INFO: renamed from: component3-_-LCdwA, reason: not valid java name */
    public final int m1189component3_LCdwA() {
        return this.style;
    }

    /* JADX INFO: renamed from: copy-RetOiIg, reason: not valid java name */
    public final ParsedFont m1190copyRetOiIg(int i6, int i7, int i8) {
        return new ParsedFont(i6, i7, i8, null);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof ParsedFont)) {
            return false;
        }
        ParsedFont parsedFont = (ParsedFont) obj;
        return this.resId == parsedFont.resId && this.weight == parsedFont.weight && this.style == parsedFont.style;
    }

    public final int getResId() {
        return this.resId;
    }

    /* JADX INFO: renamed from: getStyle-_-LCdwA, reason: not valid java name */
    public final int m1191getStyle_LCdwA() {
        return this.style;
    }

    public final int getWeight() {
        return this.weight;
    }

    public int hashCode() {
        return Integer.hashCode(this.style) + AbstractC2761L.a(this.weight, Integer.hashCode(this.resId) * 31, 31);
    }

    public String toString() {
        return "ParsedFont(resId=" + this.resId + ", weight=" + this.weight + ", style=" + ((Object) C.a(this.style)) + ')';
    }

    private ParsedFont(int i6, int i7, int i8) {
        this.resId = i6;
        this.weight = i7;
        this.style = i8;
    }
}
