package com.chartboost.sdk.impl;

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

    /* renamed from: a  reason: collision with root package name */
    public final y0 f1646a;
    public final boolean b;
    public final Integer c;
    public final Integer d;
    public final b0 e;

    public a7(y0 appRequest, boolean z, Integer num, Integer num2) {
        Intrinsics.checkNotNullParameter(appRequest, "appRequest");
        this.f1646a = appRequest;
        this.b = z;
        this.c = num;
        this.d = num2;
        this.e = new b0();
    }

    public final y0 a() {
        return this.f1646a;
    }

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

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

    public final b0 d() {
        return this.e;
    }

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

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof a7) {
            a7 a7Var = (a7) obj;
            return Intrinsics.areEqual(this.f1646a, a7Var.f1646a) && this.b == a7Var.b && Intrinsics.areEqual(this.c, a7Var.c) && Intrinsics.areEqual(this.d, a7Var.d);
        }
        return false;
    }

    public int hashCode() {
        int hashCode = ((this.f1646a.hashCode() * 31) + Boolean.hashCode(this.b)) * 31;
        Integer num = this.c;
        int hashCode2 = (hashCode + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.d;
        return hashCode2 + (num2 != null ? num2.hashCode() : 0);
    }

    public String toString() {
        y0 y0Var = this.f1646a;
        boolean z = this.b;
        Integer num = this.c;
        return "LoadParams(appRequest=" + y0Var + ", isCacheRequest=" + z + ", bannerHeight=" + num + ", bannerWidth=" + this.d + ")";
    }
}
