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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdDoorControl implements SDKParsable {
    public String mCardId;
    public h mType;

    public CmdDoorControl(String str, h hVar) {
        this.mCardId = str;
        this.mType = hVar;
    }

    public String getCardId() {
        return this.mCardId;
    }

    public h getType() {
        return this.mType;
    }

    public void setCardId(String str) {
        this.mCardId = str;
    }

    public void setType(h hVar) {
        this.mType = hVar;
    }
}
