package com.chartboost.sdk.impl;

import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class n3 {

    /* renamed from: a  reason: collision with root package name */
    public final String f1762a;
    public final boolean b;
    public final String c;

    public n3(String str, boolean z, String webViewVersion) {
        Intrinsics.checkNotNullParameter(webViewVersion, "webViewVersion");
        this.f1762a = str;
        this.b = z;
        this.c = webViewVersion;
    }

    public final String a() {
        return this.f1762a;
    }

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

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof n3) {
            n3 n3Var = (n3) obj;
            return Intrinsics.areEqual(this.f1762a, n3Var.f1762a) && this.b == n3Var.b && Intrinsics.areEqual(this.c, n3Var.c);
        }
        return false;
    }

    public int hashCode() {
        String str = this.f1762a;
        return ((((str == null ? 0 : str.hashCode()) * 31) + Boolean.hashCode(this.b)) * 31) + this.c.hashCode();
    }

    public String toString() {
        String str = this.f1762a;
        boolean z = this.b;
        return "ConfigurationBodyFields(configVariant=" + str + ", webViewEnabled=" + z + ", webViewVersion=" + this.c + ")";
    }
}
