package androidx.work;

import androidx.annotation.Nullable;
import androidx.annotation.RequiresApi;
import androidx.annotation.RestrictTo;

/* JADX INFO: loaded from: classes.dex */
public final class e {

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public static final e f4548i = new d().a();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f4550b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f4551c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public boolean f4552d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public boolean f4553e;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public NetworkType f4549a = NetworkType.f4506a;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public long f4554f = -1;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public long f4555g = -1;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public g f4556h = new g();

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || e.class != obj.getClass()) {
            return false;
        }
        e eVar = (e) obj;
        if (this.f4550b == eVar.f4550b && this.f4551c == eVar.f4551c && this.f4552d == eVar.f4552d && this.f4553e == eVar.f4553e && this.f4554f == eVar.f4554f && this.f4555g == eVar.f4555g && this.f4549a == eVar.f4549a) {
            return this.f4556h.equals(eVar.f4556h);
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = ((((((((this.f4549a.hashCode() * 31) + (this.f4550b ? 1 : 0)) * 31) + (this.f4551c ? 1 : 0)) * 31) + (this.f4552d ? 1 : 0)) * 31) + (this.f4553e ? 1 : 0)) * 31;
        long j10 = this.f4554f;
        int i10 = (iHashCode + ((int) (j10 ^ (j10 >>> 32)))) * 31;
        long j11 = this.f4555g;
        return this.f4556h.f4559a.hashCode() + ((i10 + ((int) (j11 ^ (j11 >>> 32)))) * 31);
    }

    @RequiresApi(24)
    @RestrictTo({RestrictTo.Scope.f556b})
    public void setContentUriTriggers(@Nullable g gVar) {
        this.f4556h = gVar;
    }
}
