package y2;

import java.util.ArrayList;

/* JADX INFO: loaded from: classes.dex */
public final class t extends F {

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

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

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

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

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

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

    public t(long j8, long j9, n nVar, Integer num, String str, ArrayList arrayList) {
        J j10 = J.f18890q;
        this.f18965a = j8;
        this.f18966b = j9;
        this.f18967c = nVar;
        this.f18968d = num;
        this.f18969e = str;
        this.f18970f = arrayList;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof F)) {
            return false;
        }
        t tVar = (t) ((F) obj);
        if (this.f18965a != tVar.f18965a) {
            return false;
        }
        if (this.f18966b != tVar.f18966b) {
            return false;
        }
        if (!this.f18967c.equals(tVar.f18967c)) {
            return false;
        }
        Integer num = tVar.f18968d;
        Integer num2 = this.f18968d;
        if (num2 == null) {
            if (num != null) {
                return false;
            }
        } else if (!num2.equals(num)) {
            return false;
        }
        String str = tVar.f18969e;
        String str2 = this.f18969e;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        if (!this.f18970f.equals(tVar.f18970f)) {
            return false;
        }
        Object obj2 = J.f18890q;
        return obj2.equals(obj2);
    }

    public final int hashCode() {
        long j8 = this.f18965a;
        long j9 = this.f18966b;
        int iHashCode = (((((((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003) ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ this.f18967c.hashCode()) * 1000003;
        Integer num = this.f18968d;
        int iHashCode2 = (iHashCode ^ (num == null ? 0 : num.hashCode())) * 1000003;
        String str = this.f18969e;
        return ((((iHashCode2 ^ (str != null ? str.hashCode() : 0)) * 1000003) ^ this.f18970f.hashCode()) * 1000003) ^ J.f18890q.hashCode();
    }

    public final String toString() {
        return "LogRequest{requestTimeMs=" + this.f18965a + ", requestUptimeMs=" + this.f18966b + ", clientInfo=" + this.f18967c + ", logSource=" + this.f18968d + ", logSourceName=" + this.f18969e + ", logEvents=" + this.f18970f + ", qosTier=" + J.f18890q + "}";
    }
}
