package v6;

import androidx.annotation.Nullable;
import java.util.Map;

/* JADX INFO: loaded from: classes2.dex */
public final class i extends q {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f33694a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Integer f33695b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final p f33696c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final long f33697d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long f33698e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final Map f33699f;

    private i(String str, @Nullable Integer num, p pVar, long j10, long j11, Map<String, String> map) {
        this.f33694a = str;
        this.f33695b = num;
        this.f33696c = pVar;
        this.f33697d = j10;
        this.f33698e = j11;
        this.f33699f = map;
    }

    public final boolean equals(Object obj) {
        Integer num;
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof q)) {
            return false;
        }
        q qVar = (q) obj;
        if (this.f33694a.equals(((i) qVar).f33694a) && ((num = this.f33695b) != null ? num.equals(qVar.getCode()) : qVar.getCode() == null)) {
            i iVar = (i) qVar;
            if (this.f33696c.equals(iVar.f33696c) && this.f33697d == iVar.f33697d && this.f33698e == iVar.f33698e && this.f33699f.equals(iVar.f33699f)) {
                return true;
            }
        }
        return false;
    }

    @Override // v6.q
    @Nullable
    public Integer getCode() {
        return this.f33695b;
    }

    public final int hashCode() {
        int iHashCode = (this.f33694a.hashCode() ^ 1000003) * 1000003;
        Integer num = this.f33695b;
        int iHashCode2 = (((iHashCode ^ (num == null ? 0 : num.hashCode())) * 1000003) ^ this.f33696c.hashCode()) * 1000003;
        long j10 = this.f33697d;
        int i10 = (iHashCode2 ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003;
        long j11 = this.f33698e;
        return ((i10 ^ ((int) (j11 ^ (j11 >>> 32)))) * 1000003) ^ this.f33699f.hashCode();
    }

    public final String toString() {
        return "EventInternal{transportName=" + this.f33694a + ", code=" + this.f33695b + ", encodedPayload=" + this.f33696c + ", eventMillis=" + this.f33697d + ", uptimeMillis=" + this.f33698e + ", autoMetadata=" + this.f33699f + "}";
    }

    public /* synthetic */ i(String str, Integer num, p pVar, long j10, long j11, Map map, int i10) {
        this(str, num, pVar, j10, j11, map);
    }
}
