package com.chartboost.sdk.impl;

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

    /* renamed from: a  reason: collision with root package name */
    public final String f1644a;
    public final String b;
    public final String c;
    public final String d;
    public final String e;
    public final Float f;
    public final Float g;
    public final l6 h;
    public final Boolean i;

    public a3(String location, String adId, String to, String cgn, String creative, Float f, Float f2, l6 impressionMediaType, Boolean bool) {
        Intrinsics.checkNotNullParameter(location, "location");
        Intrinsics.checkNotNullParameter(adId, "adId");
        Intrinsics.checkNotNullParameter(to, "to");
        Intrinsics.checkNotNullParameter(cgn, "cgn");
        Intrinsics.checkNotNullParameter(creative, "creative");
        Intrinsics.checkNotNullParameter(impressionMediaType, "impressionMediaType");
        this.f1644a = location;
        this.b = adId;
        this.c = to;
        this.d = cgn;
        this.e = creative;
        this.f = f;
        this.g = f2;
        this.h = impressionMediaType;
        this.i = bool;
    }

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

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

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

    public final l6 d() {
        return this.h;
    }

    public final String e() {
        return this.f1644a;
    }

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

    public final Boolean f() {
        return this.i;
    }

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

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

    public int hashCode() {
        int hashCode = ((((((((this.f1644a.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31;
        Float f = this.f;
        int hashCode2 = (hashCode + (f == null ? 0 : f.hashCode())) * 31;
        Float f2 = this.g;
        int hashCode3 = (((hashCode2 + (f2 == null ? 0 : f2.hashCode())) * 31) + this.h.hashCode()) * 31;
        Boolean bool = this.i;
        return hashCode3 + (bool != null ? bool.hashCode() : 0);
    }

    public final Float i() {
        return this.f;
    }

    public String toString() {
        String str = this.f1644a;
        String str2 = this.b;
        String str3 = this.c;
        String str4 = this.d;
        String str5 = this.e;
        Float f = this.f;
        Float f2 = this.g;
        l6 l6Var = this.h;
        return "ClickParams(location=" + str + ", adId=" + str2 + ", to=" + str3 + ", cgn=" + str4 + ", creative=" + str5 + ", videoPosition=" + f + ", videoDuration=" + f2 + ", impressionMediaType=" + l6Var + ", retargetReinstall=" + this.i + ")";
    }
}
