package p037.p123;

import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: މ.ޗ.ޔ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C2578 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public UUID f8075;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public EnumC2579 f8076;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public C2552 f8077;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public Set<String> f8078;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public C2552 f8079;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public int f8080;

    /* JADX INFO: renamed from: މ.ޗ.ޔ$֏, reason: contains not printable characters */
    public enum EnumC2579 {
        ENQUEUED,
        RUNNING,
        SUCCEEDED,
        FAILED,
        BLOCKED,
        CANCELLED;

        /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
        public boolean m4631() {
            return this == SUCCEEDED || this == FAILED || this == CANCELLED;
        }
    }

    public C2578(UUID uuid, EnumC2579 enumC2579, C2552 c2552, List<String> list, C2552 c25522, int i) {
        this.f8075 = uuid;
        this.f8076 = enumC2579;
        this.f8077 = c2552;
        this.f8078 = new HashSet(list);
        this.f8079 = c25522;
        this.f8080 = i;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C2578.class != obj.getClass()) {
            return false;
        }
        C2578 c2578 = (C2578) obj;
        if (this.f8080 == c2578.f8080 && this.f8075.equals(c2578.f8075) && this.f8076 == c2578.f8076 && this.f8077.equals(c2578.f8077) && this.f8078.equals(c2578.f8078)) {
            return this.f8079.equals(c2578.f8079);
        }
        return false;
    }

    public int hashCode() {
        return ((this.f8079.hashCode() + ((this.f8078.hashCode() + ((this.f8077.hashCode() + ((this.f8076.hashCode() + (this.f8075.hashCode() * 31)) * 31)) * 31)) * 31)) * 31) + this.f8080;
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("WorkInfo{mId='");
        sbM4889.append(this.f8075);
        sbM4889.append('\'');
        sbM4889.append(", mState=");
        sbM4889.append(this.f8076);
        sbM4889.append(", mOutputData=");
        sbM4889.append(this.f8077);
        sbM4889.append(", mTags=");
        sbM4889.append(this.f8078);
        sbM4889.append(", mProgress=");
        sbM4889.append(this.f8079);
        sbM4889.append('}');
        return sbM4889.toString();
    }
}
