package defpackage;

/* JADX INFO: renamed from: ᵬᵽﾞˋ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4104 {

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public static final C4104 f15718 = new C4104(10485760, 200, 10000, 604800000, 81920);

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f15719;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final int f15720;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final int f15721;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final long f15722;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final long f15723;

    public C4104(long j, int i, int i2, long j2, int i3) {
        this.f15722 = j;
        this.f15719 = i;
        this.f15720 = i2;
        this.f15723 = j2;
        this.f15721 = i3;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C4104) {
            C4104 c4104 = (C4104) obj;
            if (this.f15722 == c4104.f15722 && this.f15719 == c4104.f15719 && this.f15720 == c4104.f15720 && this.f15723 == c4104.f15723 && this.f15721 == c4104.f15721) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j = this.f15722;
        int i = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f15719) * 1000003) ^ this.f15720) * 1000003;
        long j2 = this.f15723;
        return this.f15721 ^ ((i ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("EventStoreConfig{maxStorageSizeInBytes=");
        sb.append(this.f15722);
        sb.append(", loadBatchSize=");
        sb.append(this.f15719);
        sb.append(", criticalSectionEnterTimeoutMs=");
        sb.append(this.f15720);
        sb.append(", eventCleanUpAge=");
        sb.append(this.f15723);
        sb.append(", maxBlobByteSizePerRow=");
        return AbstractC3589.m8110(sb, this.f15721, "}");
    }
}
