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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdUpgradeTouchDriver implements SDKParsable {
    private int type;

    public CmdUpgradeTouchDriver() {
    }

    public CmdUpgradeTouchDriver(int i) {
        this.type = i;
    }

    public int getType() {
        return this.type;
    }

    public void setType(int i) {
        this.type = i;
    }
}
