package k.a.q;

/* JADX INFO: compiled from: JsonConfiguration.kt */
/* JADX INFO: loaded from: classes.dex */
public final class f {
    private final boolean a;
    private final boolean b;
    private final boolean c;
    private final boolean d;
    private final boolean e;
    private final boolean f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final String f913g;

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

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

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    private final String f916j;

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

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

    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) {
        j.p0.d.r.f(str, "prettyPrintIndent");
        j.p0.d.r.f(str2, "classDiscriminator");
        this.a = z;
        this.b = z2;
        this.c = z3;
        this.d = z4;
        this.e = z5;
        this.f = z6;
        this.f913g = str;
        this.f914h = z7;
        this.f915i = z8;
        this.f916j = str2;
        this.f917k = z9;
        this.f918l = z10;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    public String toString() {
        return "JsonConfiguration(encodeDefaults=" + this.a + ", ignoreUnknownKeys=" + this.b + ", isLenient=" + this.c + ", allowStructuredMapKeys=" + this.d + ", prettyPrint=" + this.e + ", explicitNulls=" + this.f + ", prettyPrintIndent='" + this.f913g + "', coerceInputValues=" + this.f914h + ", useArrayPolymorphism=" + this.f915i + ", classDiscriminator='" + this.f916j + "', allowSpecialFloatingPointValues=" + this.f917k + ')';
    }

    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 i2, j.p0.d.j jVar) {
        this((i2 & 1) != 0 ? false : z, (i2 & 2) != 0 ? false : z2, (i2 & 4) != 0 ? false : z3, (i2 & 8) != 0 ? false : z4, (i2 & 16) != 0 ? false : z5, (i2 & 32) != 0 ? true : z6, (i2 & 64) != 0 ? "    " : str, (i2 & 128) != 0 ? false : z7, (i2 & 256) != 0 ? false : z8, (i2 & 512) != 0 ? "type" : str2, (i2 & 1024) == 0 ? z9 : false, (i2 & 2048) == 0 ? z10 : true);
    }
}
