package com.chartboost.sdk.impl;

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

    /* renamed from: a  reason: collision with root package name */
    public int f1686a;
    public int b;
    public int c;
    public int d;

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

    public final void a(int i) {
        this.c = i;
    }

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

    public final void b(int i) {
        this.d = i;
    }

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

    public final void c(int i) {
        this.b = i;
    }

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

    public final void d(int i) {
        this.f1686a = i;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof e6) {
            e6 e6Var = (e6) obj;
            return this.f1686a == e6Var.f1686a && this.b == e6Var.b && this.c == e6Var.c && this.d == e6Var.d;
        }
        return false;
    }

    public int hashCode() {
        return (((((Integer.hashCode(this.f1686a) * 31) + Integer.hashCode(this.b)) * 31) + Integer.hashCode(this.c)) * 31) + Integer.hashCode(this.d);
    }

    public String toString() {
        int i = this.f1686a;
        int i2 = this.b;
        int i3 = this.c;
        return "ImpressionCounter(onVideoCompletedPlayCount=" + i + ", onRewardedVideoCompletedPlayCount=" + i2 + ", impressionNotifyDidCompleteAdPlayCount=" + i3 + ", impressionSendVideoCompleteRequestPlayCount=" + this.d + ")";
    }

    public e6(int i, int i2, int i3, int i4) {
        this.f1686a = i;
        this.b = i2;
        this.c = i3;
        this.d = i4;
    }

    public /* synthetic */ e6(int i, int i2, int i3, int i4, int i5, DefaultConstructorMarker defaultConstructorMarker) {
        this((i5 & 1) != 0 ? 1 : i, (i5 & 2) != 0 ? 1 : i2, (i5 & 4) != 0 ? 1 : i3, (i5 & 8) != 0 ? 1 : i4);
    }
}
