package defpackage;

import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;

/* JADX INFO: renamed from: ᵳᵚˑ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4589 {

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

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

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

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final long f17468;

    /* JADX INFO: renamed from: ᵱᵽʡᵚ, reason: contains not printable characters */
    public final byte[] f17469;

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

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

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

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final byte[] f17473;

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

    public C4589(String str, Integer num, C5491 c5491, long j, long j2, HashMap map, Integer num2, String str2, byte[] bArr, byte[] bArr2) {
        this.f17470 = str;
        this.f17465 = num;
        this.f17467 = c5491;
        this.f17472 = j;
        this.f17468 = j2;
        this.f17474 = map;
        this.f17471 = num2;
        this.f17466 = str2;
        this.f17473 = bArr;
        this.f17469 = bArr2;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C4589) {
            C4589 c4589 = (C4589) obj;
            if (this.f17470.equals(c4589.f17470)) {
                Integer num = c4589.f17465;
                Integer num2 = this.f17465;
                if (num2 != null ? num2.equals(num) : num == null) {
                    if (this.f17467.equals(c4589.f17467) && this.f17472 == c4589.f17472 && this.f17468 == c4589.f17468 && this.f17474.equals(c4589.f17474)) {
                        Integer num3 = c4589.f17471;
                        Integer num4 = this.f17471;
                        if (num4 != null ? num4.equals(num3) : num3 == null) {
                            String str = c4589.f17466;
                            String str2 = this.f17466;
                            if (str2 != null ? str2.equals(str) : str == null) {
                                if (Arrays.equals(this.f17473, c4589.f17473) && Arrays.equals(this.f17469, c4589.f17469)) {
                                    return true;
                                }
                            }
                        }
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f17470.hashCode() ^ 1000003) * 1000003;
        Integer num = this.f17465;
        int iHashCode2 = (((iHashCode ^ (num == null ? 0 : num.hashCode())) * 1000003) ^ this.f17467.hashCode()) * 1000003;
        long j = this.f17472;
        int i = (iHashCode2 ^ ((int) (j ^ (j >>> 32)))) * 1000003;
        long j2 = this.f17468;
        int iHashCode3 = (((i ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f17474.hashCode()) * 1000003;
        Integer num2 = this.f17471;
        int iHashCode4 = (iHashCode3 ^ (num2 == null ? 0 : num2.hashCode())) * 1000003;
        String str = this.f17466;
        return Arrays.hashCode(this.f17469) ^ ((((iHashCode4 ^ (str != null ? str.hashCode() : 0)) * 1000003) ^ Arrays.hashCode(this.f17473)) * 1000003);
    }

    public final String toString() {
        return "EventInternal{transportName=" + this.f17470 + ", code=" + this.f17465 + ", encodedPayload=" + this.f17467 + ", eventMillis=" + this.f17472 + ", uptimeMillis=" + this.f17468 + ", autoMetadata=" + this.f17474 + ", productId=" + this.f17471 + ", pseudonymousId=" + this.f17466 + ", experimentIdsClear=" + Arrays.toString(this.f17473) + ", experimentIdsEncrypted=" + Arrays.toString(this.f17469) + "}";
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int m9673(String str) {
        String str2 = (String) this.f17474.get(str);
        if (str2 == null) {
            return 0;
        }
        return Integer.valueOf(str2).intValue();
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final C4735 m9674() {
        C4735 c4735 = new C4735();
        String str = this.f17470;
        if (str == null) {
            C4935.m10233("Null transportName");
            return null;
        }
        c4735.f18000 = str;
        c4735.f18003 = this.f17465;
        c4735.f17998 = this.f17471;
        c4735.f18005 = this.f17466;
        c4735.f18006 = this.f17473;
        c4735.f18002 = this.f17469;
        C5491 c5491 = this.f17467;
        if (c5491 == null) {
            C4935.m10233("Null encodedPayload");
            return null;
        }
        c4735.f18001 = c5491;
        c4735.f18007 = Long.valueOf(this.f17472);
        c4735.f18004 = Long.valueOf(this.f17468);
        c4735.f17999 = new HashMap(this.f17474);
        return c4735;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String m9675(String str) {
        String str2 = (String) this.f17474.get(str);
        return str2 == null ? "" : str2;
    }
}
