public class AssetSupportSys extends AbstractModel
Constructor and Description |
---|
AssetSupportSys() |
AssetSupportSys(AssetSupportSys 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 |
getImageId()
Get 生成包操作系统的镜像Id
|
Long |
getOsBit()
Get 生成包操作系统的位数
|
String |
getOsType()
Get 生成包操作系统的类型
|
String |
getOsVersion()
Get 生成包操作系统的版本
|
void |
setImageId(String ImageId)
Set 生成包操作系统的镜像Id
|
void |
setOsBit(Long OsBit)
Set 生成包操作系统的位数
|
void |
setOsType(String OsType)
Set 生成包操作系统的类型
|
void |
setOsVersion(String OsVersion)
Set 生成包操作系统的版本
|
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 AssetSupportSys()
public AssetSupportSys(AssetSupportSys source)
public String getImageId()
public void setImageId(String ImageId)
ImageId
- 生成包操作系统的镜像Idpublic String getOsType()
public void setOsType(String OsType)
OsType
- 生成包操作系统的类型public Long getOsBit()
public void setOsBit(Long OsBit)
OsBit
- 生成包操作系统的位数public String getOsVersion()
public void setOsVersion(String OsVersion)
OsVersion
- 生成包操作系统的版本Copyright © 2021. All rights reserved.