public class MachineType extends AlipayObject
| 构造器和说明 |
|---|
MachineType() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttribute() |
Long |
getFloorNum() |
String |
getMachineTypeId() |
String |
getRemark() |
Long |
getStatus() |
Long |
getType() |
void |
setAttribute(String attribute) |
void |
setFloorNum(Long floorNum) |
void |
setMachineTypeId(String machineTypeId) |
void |
setRemark(String remark) |
void |
setStatus(Long status) |
void |
setType(Long type) |
public String getAttribute()
public void setAttribute(String attribute)
public Long getFloorNum()
public void setFloorNum(Long floorNum)
public String getMachineTypeId()
public void setMachineTypeId(String machineTypeId)
public String getRemark()
public void setRemark(String remark)
public Long getStatus()
public void setStatus(Long status)
public Long getType()
public void setType(Long type)
Copyright © 2023. All rights reserved.