Class OsName
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.OsName
-
public class OsName extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMachineOSType()Get 操作系统类型枚举值StringgetName()Get 系统名称voidsetMachineOSType(Long MachineOSType)Set 操作系统类型枚举值voidsetName(String Name)Set 系统名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OsName
public OsName()
-
OsName
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 系统名称- Returns:
- Name 系统名称
-
setName
public void setName(String Name)
Set 系统名称- Parameters:
Name- 系统名称
-
getMachineOSType
public Long getMachineOSType()
Get 操作系统类型枚举值- Returns:
- MachineOSType 操作系统类型枚举值
-
setMachineOSType
public void setMachineOSType(Long MachineOSType)
Set 操作系统类型枚举值- Parameters:
MachineOSType- 操作系统类型枚举值
-
-