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

import e.a.a.n.b;

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

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

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

    public SetShellCmdRequestBody() {
    }

    public SetShellCmdRequestBody(boolean z, String str) {
        this.isRoot = z;
        this.command = str;
    }
}
