package com.chartboost.sdk.impl;

import java.util.List;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class o7 {

    /* renamed from: a  reason: collision with root package name */
    public boolean f1774a;
    public boolean b;
    public int c;
    public int d;
    public long e;
    public int f;
    public List g;

    public final int a() {
        return this.c;
    }

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

    public final int c() {
        return this.f;
    }

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

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

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

    public final long f() {
        return this.e;
    }

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

    public int hashCode() {
        int hashCode = ((((((((((Boolean.hashCode(this.f1774a) * 31) + Boolean.hashCode(this.b)) * 31) + Integer.hashCode(this.c)) * 31) + Integer.hashCode(this.d)) * 31) + Long.hashCode(this.e)) * 31) + Integer.hashCode(this.f)) * 31;
        List list = this.g;
        return hashCode + (list == null ? 0 : list.hashCode());
    }

    public String toString() {
        boolean z = this.f1774a;
        boolean z2 = this.b;
        int i = this.c;
        int i2 = this.d;
        long j = this.e;
        int i3 = this.f;
        return "OmSdkModel(isEnabled=" + z + ", verificationEnabled=" + z2 + ", minVisibleDips=" + i + ", minVisibleDurationMs=" + i2 + ", visibilityCheckIntervalMs=" + j + ", traversalLimit=" + i3 + ", verificationList=" + this.g + ")";
    }

    public o7(boolean z, boolean z2, int i, int i2, long j, int i3, List list) {
        this.f1774a = z;
        this.b = z2;
        this.c = i;
        this.d = i2;
        this.e = j;
        this.f = i3;
        this.g = list;
    }

    public /* synthetic */ o7(boolean z, boolean z2, int i, int i2, long j, int i3, List list, int i4, DefaultConstructorMarker defaultConstructorMarker) {
        this((i4 & 1) != 0 ? false : z, (i4 & 2) != 0 ? false : z2, (i4 & 4) != 0 ? 1 : i, (i4 & 8) == 0 ? i2 : 0, (i4 & 16) != 0 ? 100L : j, (i4 & 32) != 0 ? 25 : i3, (i4 & 64) != 0 ? null : list);
    }
}
