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

import p138.p139.p143.p144.C2803;
import p138.p176.p177.p178.p181.AbstractC3300;
import p138.p176.p177.p178.p181.AbstractC3303;

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

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

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

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

    public C3360(long j, AbstractC3303 abstractC3303, AbstractC3300 abstractC3300) {
        this.f9878 = j;
        if (abstractC3303 == null) {
            throw new NullPointerException("Null transportContext");
        }
        this.f9879 = abstractC3303;
        if (abstractC3300 == null) {
            throw new NullPointerException("Null event");
        }
        this.f9880 = abstractC3300;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC3366)) {
            return false;
        }
        C3360 c3360 = (C3360) ((AbstractC3366) obj);
        return this.f9878 == c3360.f9878 && this.f9879.equals(c3360.f9879) && this.f9880.equals(c3360.f9880);
    }

    public int hashCode() {
        long j = this.f9878;
        return this.f9880.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f9879.hashCode()) * 1000003);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("PersistedEvent{id=");
        sbM4889.append(this.f9878);
        sbM4889.append(", transportContext=");
        sbM4889.append(this.f9879);
        sbM4889.append(", event=");
        sbM4889.append(this.f9880);
        sbM4889.append("}");
        return sbM4889.toString();
    }
}
