public class MachineInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
MachineInfo() |
MachineInfo(MachineInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getMachineNum()
Get Machine quantity
|
String |
getMachineType()
Get Machine type
|
void |
setMachineNum(Long MachineNum)
Set Machine quantity
|
void |
setMachineType(String MachineType)
Set Machine type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MachineInfo()
public MachineInfo(MachineInfo source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType
- Machine typepublic Long getMachineNum()
public void setMachineNum(Long MachineNum)
MachineNum
- Machine quantityCopyright © 2024. All rights reserved.