Class AssetSupportSys
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.AssetSupportSys
-
public class AssetSupportSys extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImageId()Get 生成包操作系统的镜像IdLonggetOsBit()Get 生成包操作系统的位数StringgetOsType()Get 生成包操作系统的类型StringgetOsVersion()Get 生成包操作系统的版本voidsetImageId(String ImageId)Set 生成包操作系统的镜像IdvoidsetOsBit(Long OsBit)Set 生成包操作系统的位数voidsetOsType(String OsType)Set 生成包操作系统的类型voidsetOsVersion(String OsVersion)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
-
AssetSupportSys
public AssetSupportSys()
-
AssetSupportSys
public 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.
-
-
Method Detail
-
getImageId
public String getImageId()
Get 生成包操作系统的镜像Id- Returns:
- ImageId 生成包操作系统的镜像Id
-
setImageId
public void setImageId(String ImageId)
Set 生成包操作系统的镜像Id- Parameters:
ImageId- 生成包操作系统的镜像Id
-
getOsType
public String getOsType()
Get 生成包操作系统的类型- Returns:
- OsType 生成包操作系统的类型
-
setOsType
public void setOsType(String OsType)
Set 生成包操作系统的类型- Parameters:
OsType- 生成包操作系统的类型
-
getOsBit
public Long getOsBit()
Get 生成包操作系统的位数- Returns:
- OsBit 生成包操作系统的位数
-
setOsBit
public void setOsBit(Long OsBit)
Set 生成包操作系统的位数- Parameters:
OsBit- 生成包操作系统的位数
-
getOsVersion
public String getOsVersion()
Get 生成包操作系统的版本- Returns:
- OsVersion 生成包操作系统的版本
-
setOsVersion
public void setOsVersion(String OsVersion)
Set 生成包操作系统的版本- Parameters:
OsVersion- 生成包操作系统的版本
-
-