package com.seewo.sdk.internal.command.device;

import com.seewo.sdk.internal.model.SDKParsable;

/* JADX INFO: loaded from: classes.dex */
public class CmdSetScreenStatusForce implements SDKParsable {

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private boolean f3407g;

    private CmdSetScreenStatusForce() {
        this.f3407g = true;
    }

    public boolean isIsAllowIntercept() {
        return this.f3407g;
    }

    public boolean isOn() {
        return this.f3406b;
    }

    public void setIsAllowIntercept(boolean z2) {
        this.f3407g = z2;
    }

    public void setOn(boolean z2) {
        this.f3406b = z2;
    }

    public CmdSetScreenStatusForce(boolean z2) {
        this();
        this.f3406b = z2;
    }

    public CmdSetScreenStatusForce(boolean z2, boolean z3) {
        this();
        this.f3406b = z2;
        this.f3407g = z3;
    }
}
