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

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

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

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

    public CmdSetIIpRemoteStatus() {
    }

    public SDKIIpRemoteState getState() {
        return this.f2712b;
    }

    public void setState(SDKIIpRemoteState sDKIIpRemoteState) {
        this.f2712b = sDKIIpRemoteState;
    }

    public CmdSetIIpRemoteStatus(SDKIIpRemoteState sDKIIpRemoteState) {
        this.f2712b = sDKIIpRemoteState;
    }
}
