package y2;

import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public final class s extends AbstractC1743E {

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final byte[] f18961e;

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final v f18964h;
    public final p i;

    public s(long j8, Integer num, o oVar, long j9, byte[] bArr, String str, long j10, v vVar, p pVar) {
        this.f18957a = j8;
        this.f18958b = num;
        this.f18959c = oVar;
        this.f18960d = j9;
        this.f18961e = bArr;
        this.f18962f = str;
        this.f18963g = j10;
        this.f18964h = vVar;
        this.i = pVar;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC1743E)) {
            return false;
        }
        AbstractC1743E abstractC1743E = (AbstractC1743E) obj;
        s sVar = (s) abstractC1743E;
        if (this.f18957a != sVar.f18957a) {
            return false;
        }
        Integer num = this.f18958b;
        if (num == null) {
            if (sVar.f18958b != null) {
                return false;
            }
        } else if (!num.equals(sVar.f18958b)) {
            return false;
        }
        o oVar = this.f18959c;
        if (oVar == null) {
            if (sVar.f18959c != null) {
                return false;
            }
        } else if (!oVar.equals(sVar.f18959c)) {
            return false;
        }
        if (this.f18960d != sVar.f18960d) {
            return false;
        }
        if (!Arrays.equals(this.f18961e, abstractC1743E instanceof s ? ((s) abstractC1743E).f18961e : sVar.f18961e)) {
            return false;
        }
        String str = sVar.f18962f;
        String str2 = this.f18962f;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        if (this.f18963g != sVar.f18963g) {
            return false;
        }
        v vVar = sVar.f18964h;
        v vVar2 = this.f18964h;
        if (vVar2 == null) {
            if (vVar != null) {
                return false;
            }
        } else if (!vVar2.equals(vVar)) {
            return false;
        }
        p pVar = sVar.i;
        p pVar2 = this.i;
        return pVar2 == null ? pVar == null : pVar2.equals(pVar);
    }

    public final int hashCode() {
        long j8 = this.f18957a;
        int i = (((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003;
        Integer num = this.f18958b;
        int iHashCode = (i ^ (num == null ? 0 : num.hashCode())) * 1000003;
        o oVar = this.f18959c;
        int iHashCode2 = (iHashCode ^ (oVar == null ? 0 : oVar.hashCode())) * 1000003;
        long j9 = this.f18960d;
        int iHashCode3 = (((iHashCode2 ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.f18961e)) * 1000003;
        String str = this.f18962f;
        int iHashCode4 = (iHashCode3 ^ (str == null ? 0 : str.hashCode())) * 1000003;
        long j10 = this.f18963g;
        int i5 = (iHashCode4 ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003;
        v vVar = this.f18964h;
        int iHashCode5 = (i5 ^ (vVar == null ? 0 : vVar.hashCode())) * 1000003;
        p pVar = this.i;
        return iHashCode5 ^ (pVar != null ? pVar.hashCode() : 0);
    }

    public final String toString() {
        return "LogEvent{eventTimeMs=" + this.f18957a + ", eventCode=" + this.f18958b + ", complianceData=" + this.f18959c + ", eventUptimeMs=" + this.f18960d + ", sourceExtension=" + Arrays.toString(this.f18961e) + ", sourceExtensionJsonProto3=" + this.f18962f + ", timezoneOffsetSeconds=" + this.f18963g + ", networkConnectionInfo=" + this.f18964h + ", experimentIds=" + this.i + "}";
    }
}
