package defpackage;

import java.util.HashSet;
import java.util.UUID;

/* JADX INFO: renamed from: ʽᵡᵜʡ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0152 {

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

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final C1078 f1543;

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

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

    /* JADX INFO: renamed from: ᵮᵣᵗˈ, reason: contains not printable characters */
    public final int f1546;

    /* JADX INFO: renamed from: ᵱᵽʡᵚ, reason: contains not printable characters */
    public final C5271 f1547;

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

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final int f1549;

    /* JADX INFO: renamed from: ᵶᵥᵝ, reason: contains not printable characters */
    public final long f1550;

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

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final long f1552;

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

    public C0152(UUID uuid, EnumC4913 enumC4913, HashSet hashSet, C1946 c1946, C1946 c19462, int i, int i2, C1078 c1078, long j, C5271 c5271, long j2, int i3) {
        this.f1548 = uuid;
        this.f1542 = enumC4913;
        this.f1544 = hashSet;
        this.f1551 = c1946;
        this.f1545 = c19462;
        this.f1553 = i;
        this.f1549 = i2;
        this.f1543 = c1078;
        this.f1552 = j;
        this.f1547 = c5271;
        this.f1550 = j2;
        this.f1546 = i3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !C0152.class.equals(obj.getClass())) {
            return false;
        }
        C0152 c0152 = (C0152) obj;
        if (this.f1553 == c0152.f1553 && this.f1549 == c0152.f1549 && this.f1548.equals(c0152.f1548) && this.f1542 == c0152.f1542 && ᵥˈᵛ.ˊᵫᵗ(this.f1551, c0152.f1551) && this.f1543.equals(c0152.f1543) && this.f1552 == c0152.f1552 && ᵥˈᵛ.ˊᵫᵗ(this.f1547, c0152.f1547) && this.f1550 == c0152.f1550 && this.f1546 == c0152.f1546 && this.f1544.equals(c0152.f1544)) {
            return ᵥˈᵛ.ˊᵫᵗ(this.f1545, c0152.f1545);
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f1543.hashCode() + ((((((this.f1545.hashCode() + ((this.f1544.hashCode() + ((this.f1551.hashCode() + ((this.f1542.hashCode() + (this.f1548.hashCode() * 31)) * 31)) * 31)) * 31)) * 31) + this.f1553) * 31) + this.f1549) * 31)) * 31;
        long j = this.f1552;
        int i = (iHashCode + ((int) (j ^ (j >>> 32)))) * 31;
        C5271 c5271 = this.f1547;
        int iHashCode2 = (i + (c5271 != null ? c5271.hashCode() : 0)) * 31;
        long j2 = this.f1550;
        return ((iHashCode2 + ((int) (j2 ^ (j2 >>> 32)))) * 31) + this.f1546;
    }

    public final String toString() {
        return "WorkInfo{id='" + this.f1548 + "', state=" + this.f1542 + ", outputData=" + this.f1551 + ", tags=" + this.f1544 + ", progress=" + this.f1545 + ", runAttemptCount=" + this.f1553 + ", generation=" + this.f1549 + ", constraints=" + this.f1543 + ", initialDelayMillis=" + this.f1552 + ", periodicityInfo=" + this.f1547 + ", nextScheduleTimeMillis=" + this.f1550 + "}, stopReason=" + this.f1546;
    }
}
