package q3;

import java.util.ArrayList;

/* JADX INFO: loaded from: classes.dex */
public final class v extends H {

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

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

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

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

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

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

    public v(long j4, long j6, o oVar, Integer num, String str, ArrayList arrayList) {
        L l = L.f23631a;
        this.f23718a = j4;
        this.f23719b = j6;
        this.f23720c = oVar;
        this.f23721d = num;
        this.f23722e = str;
        this.f23723f = arrayList;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof H)) {
            return false;
        }
        v vVar = (v) ((H) obj);
        if (this.f23718a != vVar.f23718a) {
            return false;
        }
        if (this.f23719b != vVar.f23719b) {
            return false;
        }
        if (!this.f23720c.equals(vVar.f23720c)) {
            return false;
        }
        Integer num = vVar.f23721d;
        Integer num2 = this.f23721d;
        if (num2 == null) {
            if (num != null) {
                return false;
            }
        } else if (!num2.equals(num)) {
            return false;
        }
        String str = vVar.f23722e;
        String str2 = this.f23722e;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        if (!this.f23723f.equals(vVar.f23723f)) {
            return false;
        }
        Object obj2 = L.f23631a;
        return obj2.equals(obj2);
    }

    public final int hashCode() {
        long j4 = this.f23718a;
        long j6 = this.f23719b;
        int iHashCode = (((((((int) (j4 ^ (j4 >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j6 >>> 32) ^ j6))) * 1000003) ^ this.f23720c.hashCode()) * 1000003;
        Integer num = this.f23721d;
        int iHashCode2 = (iHashCode ^ (num == null ? 0 : num.hashCode())) * 1000003;
        String str = this.f23722e;
        return ((((iHashCode2 ^ (str != null ? str.hashCode() : 0)) * 1000003) ^ this.f23723f.hashCode()) * 1000003) ^ L.f23631a.hashCode();
    }

    public final String toString() {
        return "LogRequest{requestTimeMs=" + this.f23718a + ", requestUptimeMs=" + this.f23719b + ", clientInfo=" + this.f23720c + ", logSource=" + this.f23721d + ", logSourceName=" + this.f23722e + ", logEvents=" + this.f23723f + ", qosTier=" + L.f23631a + "}";
    }
}
