package Z0;

import java.util.ArrayList;

/* JADX INFO: loaded from: classes.dex */
public final class l extends s {

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

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

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

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

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

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

    public l(long j5, long j6, j jVar, Integer num, String str, ArrayList arrayList) {
        w wVar = w.f3536k;
        this.f3521a = j5;
        this.f3522b = j6;
        this.f3523c = jVar;
        this.f3524d = num;
        this.f3525e = str;
        this.f3526f = arrayList;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof s)) {
            return false;
        }
        l lVar = (l) ((s) obj);
        if (this.f3521a != lVar.f3521a) {
            return false;
        }
        if (this.f3522b != lVar.f3522b) {
            return false;
        }
        if (!this.f3523c.equals(lVar.f3523c)) {
            return false;
        }
        Integer num = lVar.f3524d;
        Integer num2 = this.f3524d;
        if (num2 == null) {
            if (num != null) {
                return false;
            }
        } else if (!num2.equals(num)) {
            return false;
        }
        String str = lVar.f3525e;
        String str2 = this.f3525e;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        if (!this.f3526f.equals(lVar.f3526f)) {
            return false;
        }
        Object obj2 = w.f3536k;
        return obj2.equals(obj2);
    }

    public final int hashCode() {
        long j5 = this.f3521a;
        long j6 = this.f3522b;
        int iHashCode = (((((((int) (j5 ^ (j5 >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j6 >>> 32) ^ j6))) * 1000003) ^ this.f3523c.hashCode()) * 1000003;
        Integer num = this.f3524d;
        int iHashCode2 = (iHashCode ^ (num == null ? 0 : num.hashCode())) * 1000003;
        String str = this.f3525e;
        return ((((iHashCode2 ^ (str != null ? str.hashCode() : 0)) * 1000003) ^ this.f3526f.hashCode()) * 1000003) ^ w.f3536k.hashCode();
    }

    public final String toString() {
        return "LogRequest{requestTimeMs=" + this.f3521a + ", requestUptimeMs=" + this.f3522b + ", clientInfo=" + this.f3523c + ", logSource=" + this.f3524d + ", logSourceName=" + this.f3525e + ", logEvents=" + this.f3526f + ", qosTier=" + w.f3536k + "}";
    }
}
