public class OsName extends AbstractModel
header, skipSign
Constructor and Description |
---|
OsName() |
OsName(OsName 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 |
getMachineOSType()
Get Operating system type enumeration value
|
String |
getName()
Get System name
|
void |
setMachineOSType(Long MachineOSType)
Set Operating system type enumeration value
|
void |
setName(String Name)
Set System name
|
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 OsName()
public OsName(OsName source)
public String getName()
public void setName(String Name)
Name
- System namepublic Long getMachineOSType()
public void setMachineOSType(Long MachineOSType)
MachineOSType
- Operating system type enumeration valueCopyright © 2024. All rights reserved.