package defpackage;

import java.util.Arrays;

/* JADX INFO: renamed from: ˏᵸᵖ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1921 extends AbstractC4771 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Integer f7637;

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final AbstractC3623 f7638;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final AbstractC4713 f7639;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final byte[] f7640;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final long f7641;

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final long f7642;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final long f7643;

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final AbstractC4551 f7644;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final String f7645;

    public C1921(long j, Integer num, AbstractC4713 abstractC4713, long j2, byte[] bArr, String str, long j3, AbstractC3623 abstractC3623, AbstractC4551 abstractC4551) {
        this.f7641 = j;
        this.f7637 = num;
        this.f7639 = abstractC4713;
        this.f7643 = j2;
        this.f7640 = bArr;
        this.f7645 = str;
        this.f7642 = j3;
        this.f7638 = abstractC3623;
        this.f7644 = abstractC4551;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC4771) {
            AbstractC4771 abstractC4771 = (AbstractC4771) obj;
            C1921 c1921 = (C1921) abstractC4771;
            if (this.f7641 == c1921.f7641) {
                Integer num = c1921.f7637;
                Integer num2 = this.f7637;
                if (num2 != null ? num2.equals(num) : num == null) {
                    AbstractC4713 abstractC4713 = c1921.f7639;
                    AbstractC4713 abstractC47132 = this.f7639;
                    if (abstractC47132 != null ? abstractC47132.equals(abstractC4713) : abstractC4713 == null) {
                        if (this.f7643 == c1921.f7643) {
                            if (Arrays.equals(this.f7640, abstractC4771 instanceof C1921 ? ((C1921) abstractC4771).f7640 : c1921.f7640)) {
                                String str = c1921.f7645;
                                String str2 = this.f7645;
                                if (str2 != null ? str2.equals(str) : str == null) {
                                    if (this.f7642 == c1921.f7642) {
                                        AbstractC3623 abstractC3623 = c1921.f7638;
                                        AbstractC3623 abstractC36232 = this.f7638;
                                        if (abstractC36232 != null ? abstractC36232.equals(abstractC3623) : abstractC3623 == null) {
                                            AbstractC4551 abstractC4551 = c1921.f7644;
                                            AbstractC4551 abstractC45512 = this.f7644;
                                            if (abstractC45512 != null ? abstractC45512.equals(abstractC4551) : abstractC4551 == null) {
                                                return true;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        long j = this.f7641;
        int i = (((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003;
        Integer num = this.f7637;
        int iHashCode = (i ^ (num == null ? 0 : num.hashCode())) * 1000003;
        AbstractC4713 abstractC4713 = this.f7639;
        int iHashCode2 = (iHashCode ^ (abstractC4713 == null ? 0 : abstractC4713.hashCode())) * 1000003;
        long j2 = this.f7643;
        int iHashCode3 = (((iHashCode2 ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.f7640)) * 1000003;
        String str = this.f7645;
        int iHashCode4 = (iHashCode3 ^ (str == null ? 0 : str.hashCode())) * 1000003;
        long j3 = this.f7642;
        int i2 = (iHashCode4 ^ ((int) (j3 ^ (j3 >>> 32)))) * 1000003;
        AbstractC3623 abstractC3623 = this.f7638;
        int iHashCode5 = (i2 ^ (abstractC3623 == null ? 0 : abstractC3623.hashCode())) * 1000003;
        AbstractC4551 abstractC4551 = this.f7644;
        return iHashCode5 ^ (abstractC4551 != null ? abstractC4551.hashCode() : 0);
    }

    public final String toString() {
        return "LogEvent{eventTimeMs=" + this.f7641 + ", eventCode=" + this.f7637 + ", complianceData=" + this.f7639 + ", eventUptimeMs=" + this.f7643 + ", sourceExtension=" + Arrays.toString(this.f7640) + ", sourceExtensionJsonProto3=" + this.f7645 + ", timezoneOffsetSeconds=" + this.f7642 + ", networkConnectionInfo=" + this.f7638 + ", experimentIds=" + this.f7644 + "}";
    }
}
