package k5;

import l5.EnumC1136e;
import l5.EnumC1138g;

/* JADX INFO: renamed from: k5.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1103c {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f13964d;

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

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

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

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

    public C1103c(int i, int i5, int i8, int i9, EnumC1138g enumC1138g, EnumC1136e enumC1136e, int i10, String str) {
        P6.g.e(enumC1138g, "typeFace");
        P6.g.e(enumC1136e, "defaultQuality");
        this.f13961a = i;
        this.f13962b = i5;
        this.f13963c = i8;
        this.f13964d = i9;
        this.f13965e = enumC1138g;
        this.f13966f = enumC1136e;
        this.f13967g = i10;
        this.f13968h = str;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1103c)) {
            return false;
        }
        C1103c c1103c = (C1103c) obj;
        return this.f13961a == c1103c.f13961a && this.f13962b == c1103c.f13962b && this.f13963c == c1103c.f13963c && this.f13964d == c1103c.f13964d && this.f13965e == c1103c.f13965e && this.f13966f == c1103c.f13966f && this.f13967g == c1103c.f13967g && P6.g.a(this.f13968h, c1103c.f13968h);
    }

    public final int hashCode() {
        return this.f13968h.hashCode() + ((((this.f13966f.hashCode() + ((this.f13965e.hashCode() + (((((((this.f13961a * 31) + this.f13962b) * 31) + this.f13963c) * 31) + this.f13964d) * 31)) * 31)) * 31) + this.f13967g) * 31);
    }

    public final String toString() {
        return "GeneralConfig(backgroundColor=" + this.f13961a + ", textColor=" + this.f13962b + ", paddingBottom=" + this.f13963c + ", textScale=" + this.f13964d + ", typeFace=" + this.f13965e + ", defaultQuality=" + this.f13966f + ", defaultResizeMode=" + this.f13967g + ", langCode=" + this.f13968h + ")";
    }
}
