public class ServerMachineInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServerMachineInfo() |
ServerMachineInfo(ServerMachineInfo 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 |
---|---|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ServerMachineInfo()
public ServerMachineInfo(ServerMachineInfo source)
public String getServerUid()
public void setServerUid(String ServerUid)
ServerUid
- The unique ID of the machinepublic String getMachineType()
public void setMachineType(String MachineType)
MachineType
- Machine typeCopyright © 2024. All rights reserved.