package p138.p176.p177.p178.p181.p184.p186;

import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: ދ.ހ.֏.֏.ރ.ގ.ކ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3358 extends AbstractC3362 {

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final long f9873;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final int f9874;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final int f9875;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final long f9876;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final int f9877;

    public /* synthetic */ C3358(long j, int i, int i2, long j2, int i3, C3359 c3359) {
        this.f9873 = j;
        this.f9874 = i;
        this.f9875 = i2;
        this.f9876 = j2;
        this.f9877 = i3;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC3362)) {
            return false;
        }
        C3358 c3358 = (C3358) ((AbstractC3362) obj);
        return this.f9873 == c3358.f9873 && this.f9874 == c3358.f9874 && this.f9875 == c3358.f9875 && this.f9876 == c3358.f9876 && this.f9877 == c3358.f9877;
    }

    public int hashCode() {
        long j = this.f9873;
        int i = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f9874) * 1000003) ^ this.f9875) * 1000003;
        long j2 = this.f9876;
        return this.f9877 ^ ((i ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("EventStoreConfig{maxStorageSizeInBytes=");
        sbM4889.append(this.f9873);
        sbM4889.append(", loadBatchSize=");
        sbM4889.append(this.f9874);
        sbM4889.append(", criticalSectionEnterTimeoutMs=");
        sbM4889.append(this.f9875);
        sbM4889.append(", eventCleanUpAge=");
        sbM4889.append(this.f9876);
        sbM4889.append(", maxBlobByteSizePerRow=");
        return C2803.m4882(sbM4889, this.f9877, "}");
    }
}
