public class ServerMachineInfo extends AbstractModel
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 机器类型
|
String |
getServerUid()
Get 机器唯一id
|
void |
setMachineType(String MachineType)
Set 机器类型
|
void |
setServerUid(String ServerUid)
Set 机器唯一id
|
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, toJsonString
public ServerMachineInfo()
public ServerMachineInfo(ServerMachineInfo source)
public String getServerUid()
public void setServerUid(String ServerUid)
ServerUid
- 机器唯一idpublic String getMachineType()
public void setMachineType(String MachineType)
MachineType
- 机器类型Copyright © 2023. All rights reserved.