public class KdsInfoModel extends AlipayObject
| 构造器和说明 |
|---|
KdsInfoModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getDeleteFlag() |
List<KdsDeviceModel> |
getDeviceList() |
List<String> |
getDinnerType() |
Boolean |
getHasDevice() |
Boolean |
getHasStall() |
String |
getKdsId() |
String |
getKdsName() |
String |
getKdsType() |
String |
getPrinterDeviceId() |
List<KdsPrinterModel> |
getPrinterList() |
Boolean |
getPrintFlag() |
String |
getShopId() |
void |
setDeleteFlag(Boolean deleteFlag) |
void |
setDeviceList(List<KdsDeviceModel> deviceList) |
void |
setDinnerType(List<String> dinnerType) |
void |
setHasDevice(Boolean hasDevice) |
void |
setHasStall(Boolean hasStall) |
void |
setKdsId(String kdsId) |
void |
setKdsName(String kdsName) |
void |
setKdsType(String kdsType) |
void |
setPrinterDeviceId(String printerDeviceId) |
void |
setPrinterList(List<KdsPrinterModel> printerList) |
void |
setPrintFlag(Boolean printFlag) |
void |
setShopId(String shopId) |
public Boolean getDeleteFlag()
public void setDeleteFlag(Boolean deleteFlag)
public List<KdsDeviceModel> getDeviceList()
public void setDeviceList(List<KdsDeviceModel> deviceList)
public Boolean getHasDevice()
public void setHasDevice(Boolean hasDevice)
public Boolean getHasStall()
public void setHasStall(Boolean hasStall)
public String getKdsId()
public void setKdsId(String kdsId)
public String getKdsName()
public void setKdsName(String kdsName)
public String getKdsType()
public void setKdsType(String kdsType)
public Boolean getPrintFlag()
public void setPrintFlag(Boolean printFlag)
public String getPrinterDeviceId()
public void setPrinterDeviceId(String printerDeviceId)
public List<KdsPrinterModel> getPrinterList()
public void setPrinterList(List<KdsPrinterModel> printerList)
public String getShopId()
public void setShopId(String shopId)
Copyright © 2020. All rights reserved.