public class ServerMachineInfo extends AbstractModel
| Constructor and Description | 
|---|
| ServerMachineInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMachineType()Get Machine type | 
| String | getServerUid()Get The unique ID of the machine | 
| void | setMachineType(String MachineType)Set Machine type | 
| void | setServerUid(String ServerUid)Set The unique ID of the machine | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getServerUid()
public void setServerUid(String ServerUid)
ServerUid - The unique ID of the machinepublic String getMachineType()
public void setMachineType(String MachineType)
MachineType - Machine typeCopyright © 2021. All rights reserved.