package defpackage;

import java.util.ArrayList;

/* JADX INFO: renamed from: ˌᵞ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1609 extends AbstractC5158 {

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

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

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

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

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

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

    public C1609(long j, long j2, C3964 c3964, Integer num, String str, ArrayList arrayList) {
        EnumC2023 enumC2023 = EnumC2023.f8040;
        this.f6441 = j;
        this.f6438 = j2;
        this.f6439 = c3964;
        this.f6442 = num;
        this.f6440 = str;
        this.f6443 = arrayList;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5158)) {
            return false;
        }
        C1609 c1609 = (C1609) ((AbstractC5158) obj);
        if (this.f6441 != c1609.f6441 || this.f6438 != c1609.f6438 || !this.f6439.equals(c1609.f6439)) {
            return false;
        }
        Integer num = c1609.f6442;
        Integer num2 = this.f6442;
        if (num2 == null) {
            if (num != null) {
                return false;
            }
        } else if (!num2.equals(num)) {
            return false;
        }
        String str = c1609.f6440;
        String str2 = this.f6440;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        if (!this.f6443.equals(c1609.f6443)) {
            return false;
        }
        Object obj2 = EnumC2023.f8040;
        return obj2.equals(obj2);
    }

    public final int hashCode() {
        long j = this.f6441;
        long j2 = this.f6438;
        int iHashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f6439.hashCode()) * 1000003;
        Integer num = this.f6442;
        int iHashCode2 = (iHashCode ^ (num == null ? 0 : num.hashCode())) * 1000003;
        String str = this.f6440;
        return ((this.f6443.hashCode() ^ ((iHashCode2 ^ (str != null ? str.hashCode() : 0)) * 1000003)) * 1000003) ^ EnumC2023.f8040.hashCode();
    }

    public final String toString() {
        return "LogRequest{requestTimeMs=" + this.f6441 + ", requestUptimeMs=" + this.f6438 + ", clientInfo=" + this.f6439 + ", logSource=" + this.f6442 + ", logSourceName=" + this.f6440 + ", logEvents=" + this.f6443 + ", qosTier=" + EnumC2023.f8040 + "}";
    }
}
