package q3;

import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public final class u extends G {

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final x f23716h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final q f23717i;

    public u(long j4, Integer num, p pVar, long j6, byte[] bArr, String str, long j7, x xVar, q qVar) {
        this.f23709a = j4;
        this.f23710b = num;
        this.f23711c = pVar;
        this.f23712d = j6;
        this.f23713e = bArr;
        this.f23714f = str;
        this.f23715g = j7;
        this.f23716h = xVar;
        this.f23717i = qVar;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof G)) {
            return false;
        }
        G g6 = (G) obj;
        u uVar = (u) g6;
        if (this.f23709a != uVar.f23709a) {
            return false;
        }
        Integer num = this.f23710b;
        if (num == null) {
            if (uVar.f23710b != null) {
                return false;
            }
        } else if (!num.equals(uVar.f23710b)) {
            return false;
        }
        p pVar = this.f23711c;
        if (pVar == null) {
            if (uVar.f23711c != null) {
                return false;
            }
        } else if (!pVar.equals(uVar.f23711c)) {
            return false;
        }
        if (this.f23712d != uVar.f23712d) {
            return false;
        }
        if (!Arrays.equals(this.f23713e, g6 instanceof u ? ((u) g6).f23713e : uVar.f23713e)) {
            return false;
        }
        String str = uVar.f23714f;
        String str2 = this.f23714f;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        if (this.f23715g != uVar.f23715g) {
            return false;
        }
        x xVar = uVar.f23716h;
        x xVar2 = this.f23716h;
        if (xVar2 == null) {
            if (xVar != null) {
                return false;
            }
        } else if (!xVar2.equals(xVar)) {
            return false;
        }
        q qVar = uVar.f23717i;
        q qVar2 = this.f23717i;
        return qVar2 == null ? qVar == null : qVar2.equals(qVar);
    }

    public final int hashCode() {
        long j4 = this.f23709a;
        int i6 = (((int) (j4 ^ (j4 >>> 32))) ^ 1000003) * 1000003;
        Integer num = this.f23710b;
        int iHashCode = (i6 ^ (num == null ? 0 : num.hashCode())) * 1000003;
        p pVar = this.f23711c;
        int iHashCode2 = (iHashCode ^ (pVar == null ? 0 : pVar.hashCode())) * 1000003;
        long j6 = this.f23712d;
        int iHashCode3 = (((iHashCode2 ^ ((int) (j6 ^ (j6 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.f23713e)) * 1000003;
        String str = this.f23714f;
        int iHashCode4 = (iHashCode3 ^ (str == null ? 0 : str.hashCode())) * 1000003;
        long j7 = this.f23715g;
        int i7 = (iHashCode4 ^ ((int) (j7 ^ (j7 >>> 32)))) * 1000003;
        x xVar = this.f23716h;
        int iHashCode5 = (i7 ^ (xVar == null ? 0 : xVar.hashCode())) * 1000003;
        q qVar = this.f23717i;
        return iHashCode5 ^ (qVar != null ? qVar.hashCode() : 0);
    }

    public final String toString() {
        return "LogEvent{eventTimeMs=" + this.f23709a + ", eventCode=" + this.f23710b + ", complianceData=" + this.f23711c + ", eventUptimeMs=" + this.f23712d + ", sourceExtension=" + Arrays.toString(this.f23713e) + ", sourceExtensionJsonProto3=" + this.f23714f + ", timezoneOffsetSeconds=" + this.f23715g + ", networkConnectionInfo=" + this.f23716h + ", experimentIds=" + this.f23717i + "}";
    }
}
