package com.martsnew.data.model.preference;

import P6.g;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC1392l(generateAdapter = true)
public final class GeneralPreference {

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

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

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

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

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

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

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

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

    public GeneralPreference(@InterfaceC1389i(name = "backgroundColor") int i, @InterfaceC1389i(name = "textColor") int i5, @InterfaceC1389i(name = "paddingBottom") int i8, @InterfaceC1389i(name = "textSize") int i9, @InterfaceC1389i(name = "typeFace") int i10, @InterfaceC1389i(name = "defaultQuality") int i11, @InterfaceC1389i(name = "defaultResizeMode") int i12, @InterfaceC1389i(name = "langCode") String str) {
        g.e(str, "langCode");
        this.f10572a = i;
        this.f10573b = i5;
        this.f10574c = i8;
        this.f10575d = i9;
        this.f10576e = i10;
        this.f10577f = i11;
        this.f10578g = i12;
        this.f10579h = str;
    }

    public final GeneralPreference copy(@InterfaceC1389i(name = "backgroundColor") int i, @InterfaceC1389i(name = "textColor") int i5, @InterfaceC1389i(name = "paddingBottom") int i8, @InterfaceC1389i(name = "textSize") int i9, @InterfaceC1389i(name = "typeFace") int i10, @InterfaceC1389i(name = "defaultQuality") int i11, @InterfaceC1389i(name = "defaultResizeMode") int i12, @InterfaceC1389i(name = "langCode") String str) {
        g.e(str, "langCode");
        return new GeneralPreference(i, i5, i8, i9, i10, i11, i12, str);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof GeneralPreference)) {
            return false;
        }
        GeneralPreference generalPreference = (GeneralPreference) obj;
        return this.f10572a == generalPreference.f10572a && this.f10573b == generalPreference.f10573b && this.f10574c == generalPreference.f10574c && this.f10575d == generalPreference.f10575d && this.f10576e == generalPreference.f10576e && this.f10577f == generalPreference.f10577f && this.f10578g == generalPreference.f10578g && g.a(this.f10579h, generalPreference.f10579h);
    }

    public final int hashCode() {
        return this.f10579h.hashCode() + (((((((((((((this.f10572a * 31) + this.f10573b) * 31) + this.f10574c) * 31) + this.f10575d) * 31) + this.f10576e) * 31) + this.f10577f) * 31) + this.f10578g) * 31);
    }

    public final String toString() {
        return "GeneralPreference(backgroundColor=" + this.f10572a + ", textColor=" + this.f10573b + ", paddingBottom=" + this.f10574c + ", textSize=" + this.f10575d + ", typeFace=" + this.f10576e + ", defaultQuality=" + this.f10577f + ", defaultResizeMode=" + this.f10578g + ", langCode=" + this.f10579h + ")";
    }
}
