public class MachineInfo extends AlipayObject
| Constructor and Description |
|---|
MachineInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMachineCount()
Gets machine count.
|
String |
getMachineModel()
Gets machine model.
|
String |
getMachineType()
Gets machine type.
|
void |
setMachineCount(Long machineCount)
Sets machine count.
|
void |
setMachineModel(String machineModel)
Sets machine model.
|
void |
setMachineType(String machineType)
Sets machine type.
|
public Long getMachineCount()
public void setMachineCount(Long machineCount)
machineCount - the machine countpublic String getMachineModel()
public void setMachineModel(String machineModel)
machineModel - the machine modelpublic String getMachineType()
public void setMachineType(String machineType)
machineType - the machine typeCopyright © 2018. All rights reserved.