package e.a.r;

/* JADX INFO: compiled from: JsonConfiguration.kt */
/* JADX INFO: loaded from: classes.dex */
@d.n
public final class f {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final boolean f2958a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final boolean f2959b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private final boolean f2960c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private final boolean f2961d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private final boolean f2962e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private final boolean f2963f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final String f2964g;
    private final boolean h;
    private final boolean i;
    private final String j;
    private final boolean k;
    private final boolean l;

    public f(boolean z, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, String str, boolean z7, boolean z8, String str2, boolean z9, boolean z10) {
        d.n0.c.s.e(str, "prettyPrintIndent");
        d.n0.c.s.e(str2, "classDiscriminator");
        this.f2958a = z;
        this.f2959b = z2;
        this.f2960c = z3;
        this.f2961d = z4;
        this.f2962e = z5;
        this.f2963f = z6;
        this.f2964g = str;
        this.h = z7;
        this.i = z8;
        this.j = str2;
        this.k = z9;
        this.l = z10;
    }

    public final boolean a() {
        return this.k;
    }

    public final boolean b() {
        return this.f2961d;
    }

    public final String c() {
        return this.j;
    }

    public final boolean d() {
        return this.h;
    }

    public final boolean e() {
        return this.f2958a;
    }

    public final boolean f() {
        return this.f2963f;
    }

    public final boolean g() {
        return this.f2959b;
    }

    public final boolean h() {
        return this.f2962e;
    }

    public final String i() {
        return this.f2964g;
    }

    public final boolean j() {
        return this.l;
    }

    public final boolean k() {
        return this.i;
    }

    public final boolean l() {
        return this.f2960c;
    }

    public String toString() {
        return "JsonConfiguration(encodeDefaults=" + this.f2958a + ", ignoreUnknownKeys=" + this.f2959b + ", isLenient=" + this.f2960c + ", allowStructuredMapKeys=" + this.f2961d + ", prettyPrint=" + this.f2962e + ", explicitNulls=" + this.f2963f + ", prettyPrintIndent='" + this.f2964g + "', coerceInputValues=" + this.h + ", useArrayPolymorphism=" + this.i + ", classDiscriminator='" + this.j + "', allowSpecialFloatingPointValues=" + this.k + ')';
    }

    public /* synthetic */ f(boolean z, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, String str, boolean z7, boolean z8, String str2, boolean z9, boolean z10, int i, d.n0.c.l lVar) {
        this((i & 1) != 0 ? false : z, (i & 2) != 0 ? false : z2, (i & 4) != 0 ? false : z3, (i & 8) != 0 ? false : z4, (i & 16) != 0 ? false : z5, (i & 32) != 0 ? true : z6, (i & 64) != 0 ? "    " : str, (i & 128) != 0 ? false : z7, (i & 256) != 0 ? false : z8, (i & 512) != 0 ? "type" : str2, (i & 1024) == 0 ? z9 : false, (i & 2048) == 0 ? z10 : true);
    }
}
