package defpackage;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001¨\u0006\u0002"}, d2 = {"Lhba;", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class hba {
    public final String a;
    public final String b;
    public final String c;
    public final long d;
    public final boolean e;

    public hba(String str, String str2, String str3, long j, boolean z) {
        cr4.g(str2, "deviceName");
        cr4.g(str3, "deviceIdentifier");
        this.a = str;
        this.b = str2;
        this.c = str3;
        this.d = j;
        this.e = z;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof hba)) {
            return false;
        }
        hba hbaVar = (hba) obj;
        return cr4.b(this.a, hbaVar.a) && cr4.b(this.b, hbaVar.b) && cr4.b(this.c, hbaVar.c) && this.d == hbaVar.d && this.e == hbaVar.e;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.e) + fi7.b(vw2.b(vw2.b(this.a.hashCode() * 31, 31, this.b), 31, this.c), 31, this.d);
    }

    public final String toString() {
        StringBuilder sbM = fi7.m("UserDevice(id=", this.a, ", deviceName=", this.b, ", deviceIdentifier=");
        sbM.append(this.c);
        sbM.append(", lastActiveAt=");
        sbM.append(this.d);
        sbM.append(", isCurrentDevice=");
        sbM.append(this.e);
        sbM.append(")");
        return sbM.toString();
    }
}
