package com.ifpdos.sdk.udi.opensdk.model.system;

import e.a.a.n.b;

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

    @b(name = "countTime")
    public int countTime;

    @b(name = "isPcOn")
    public boolean isPcOn;

    @b(name = "origin")
    public String origin;

    public PowerOffNotify() {
    }

    public PowerOffNotify(String str, int i2, boolean z) {
        this.origin = str;
        this.countTime = i2;
        this.isPcOn = z;
    }
}
