package com.chartboost.sdk.impl;

import java.util.List;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class n8 {

    /* renamed from: a  reason: collision with root package name */
    public final Integer f1763a;
    public final List b;
    public final Integer c;
    public final Integer d;
    public final JSONObject e;
    public final String f;
    public final String g;
    public final String h;
    public final String i;

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

    public final String b() {
        return this.h;
    }

    public final Integer c() {
        return this.f1763a;
    }

    public final Integer d() {
        return this.d;
    }

    public final Integer e() {
        return this.c;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof n8) {
            n8 n8Var = (n8) obj;
            return Intrinsics.areEqual(this.f1763a, n8Var.f1763a) && Intrinsics.areEqual(this.b, n8Var.b) && Intrinsics.areEqual(this.c, n8Var.c) && Intrinsics.areEqual(this.d, n8Var.d) && Intrinsics.areEqual(this.e, n8Var.e) && Intrinsics.areEqual(this.f, n8Var.f) && Intrinsics.areEqual(this.g, n8Var.g) && Intrinsics.areEqual(this.h, n8Var.h) && Intrinsics.areEqual(this.i, n8Var.i);
        }
        return false;
    }

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

    public final JSONObject g() {
        return this.e;
    }

    public final String h() {
        return this.g;
    }

    public int hashCode() {
        Integer num = this.f1763a;
        int hashCode = (num == null ? 0 : num.hashCode()) * 31;
        List list = this.b;
        int hashCode2 = (hashCode + (list == null ? 0 : list.hashCode())) * 31;
        Integer num2 = this.c;
        int hashCode3 = (hashCode2 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Integer num3 = this.d;
        int hashCode4 = (hashCode3 + (num3 == null ? 0 : num3.hashCode())) * 31;
        JSONObject jSONObject = this.e;
        int hashCode5 = (hashCode4 + (jSONObject == null ? 0 : jSONObject.hashCode())) * 31;
        String str = this.f;
        int hashCode6 = (hashCode5 + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.g;
        int hashCode7 = (hashCode6 + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.h;
        int hashCode8 = (hashCode7 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.i;
        return hashCode8 + (str4 != null ? str4.hashCode() : 0);
    }

    public final List i() {
        return this.b;
    }

    public String toString() {
        Integer num = this.f1763a;
        List list = this.b;
        Integer num2 = this.c;
        Integer num3 = this.d;
        JSONObject jSONObject = this.e;
        String str = this.f;
        String str2 = this.g;
        String str3 = this.h;
        return "PrivacyBodyFields(openRtbConsent=" + num + ", whitelistedPrivacyStandardsList=" + list + ", openRtbGdpr=" + num2 + ", openRtbCoppa=" + num3 + ", privacyListAsJson=" + jSONObject + ", piDataUseConsent=" + str + ", tcfString=" + str2 + ", gppString=" + str3 + ", gppSid=" + this.i + ")";
    }

    public n8(Integer num, List list, Integer num2, Integer num3, JSONObject jSONObject, String str, String str2, String str3, String str4) {
        this.f1763a = num;
        this.b = list;
        this.c = num2;
        this.d = num3;
        this.e = jSONObject;
        this.f = str;
        this.g = str2;
        this.h = str3;
        this.i = str4;
    }
}
