package com.chartboost.sdk.impl;

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

    /* renamed from: a  reason: collision with root package name */
    public final int f1875a;
    public final String b;
    public String c;
    public w d;
    public v e;
    public boolean f;
    public boolean g;

    public y0(int i, String location, String str, w wVar, v vVar, boolean z, boolean z2) {
        Intrinsics.checkNotNullParameter(location, "location");
        this.f1875a = i;
        this.b = location;
        this.c = str;
        this.d = wVar;
        this.e = vVar;
        this.f = z;
        this.g = z2;
    }

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

    public final void a(v vVar) {
        this.e = vVar;
    }

    public final void a(w wVar) {
        this.d = wVar;
    }

    public final void a(String str) {
        this.c = str;
    }

    public final void a(boolean z) {
        this.f = z;
    }

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

    public final void b(boolean z) {
        this.g = z;
    }

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

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

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

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof y0) {
            y0 y0Var = (y0) obj;
            return this.f1875a == y0Var.f1875a && Intrinsics.areEqual(this.b, y0Var.b) && Intrinsics.areEqual(this.c, y0Var.c) && Intrinsics.areEqual(this.d, y0Var.d) && Intrinsics.areEqual(this.e, y0Var.e) && this.f == y0Var.f && this.g == y0Var.g;
        }
        return false;
    }

    public int hashCode() {
        int hashCode = ((Integer.hashCode(this.f1875a) * 31) + this.b.hashCode()) * 31;
        String str = this.c;
        int hashCode2 = (hashCode + (str == null ? 0 : str.hashCode())) * 31;
        w wVar = this.d;
        int hashCode3 = (hashCode2 + (wVar == null ? 0 : wVar.hashCode())) * 31;
        v vVar = this.e;
        return ((((hashCode3 + (vVar != null ? vVar.hashCode() : 0)) * 31) + Boolean.hashCode(this.f)) * 31) + Boolean.hashCode(this.g);
    }

    public String toString() {
        int i = this.f1875a;
        String str = this.b;
        String str2 = this.c;
        w wVar = this.d;
        v vVar = this.e;
        boolean z = this.f;
        return "AppRequest(id=" + i + ", location=" + str + ", bidResponse=" + str2 + ", bannerData=" + wVar + ", adUnit=" + vVar + ", isTrackedCache=" + z + ", isTrackedShow=" + this.g + ")";
    }

    public /* synthetic */ y0(int i, String str, String str2, w wVar, v vVar, boolean z, boolean z2, int i2, DefaultConstructorMarker defaultConstructorMarker) {
        this(i, str, str2, (i2 & 8) != 0 ? null : wVar, (i2 & 16) != 0 ? null : vVar, (i2 & 32) != 0 ? false : z, (i2 & 64) != 0 ? false : z2);
    }
}
