Class CustomImage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.CustomImage
-
public class CustomImage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomImage()CustomImage(CustomImage 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 StringgetCreateTime()Get 创建时间StringgetDeviceClassCode()Get 适用机型StringgetImageDescription()Get 备注StringgetImageId()Get 镜像IDStringgetImageName()Get 镜像别名LonggetImageSize()Get 镜像大小(M)LonggetImageStatus()Get 镜像状态码LonggetOsBit()Get OS是64还是32位StringgetOsClass()Get 镜像OS名LonggetOsTypeId()Get 原始镜像idStringgetOsVersion()Get 镜像OS版本PartitionInfo[]getPartitionInfoSet()Get 分区信息voidsetCreateTime(String CreateTime)Set 创建时间voidsetDeviceClassCode(String DeviceClassCode)Set 适用机型voidsetImageDescription(String ImageDescription)Set 备注voidsetImageId(String ImageId)Set 镜像IDvoidsetImageName(String ImageName)Set 镜像别名voidsetImageSize(Long ImageSize)Set 镜像大小(M)voidsetImageStatus(Long ImageStatus)Set 镜像状态码voidsetOsBit(Long OsBit)Set OS是64还是32位voidsetOsClass(String OsClass)Set 镜像OS名voidsetOsTypeId(Long OsTypeId)Set 原始镜像idvoidsetOsVersion(String OsVersion)Set 镜像OS版本voidsetPartitionInfoSet(PartitionInfo[] PartitionInfoSet)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
-
CustomImage
public CustomImage()
-
CustomImage
public CustomImage(CustomImage 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
-
getImageName
public String getImageName()
Get 镜像别名- Returns:
- ImageName 镜像别名
-
setImageName
public void setImageName(String ImageName)
Set 镜像别名- Parameters:
ImageName- 镜像别名
-
getImageStatus
public Long getImageStatus()
Get 镜像状态码- Returns:
- ImageStatus 镜像状态码
-
setImageStatus
public void setImageStatus(Long ImageStatus)
Set 镜像状态码- Parameters:
ImageStatus- 镜像状态码
-
getOsClass
public String getOsClass()
Get 镜像OS名- Returns:
- OsClass 镜像OS名
-
setOsClass
public void setOsClass(String OsClass)
Set 镜像OS名- Parameters:
OsClass- 镜像OS名
-
getOsVersion
public String getOsVersion()
Get 镜像OS版本- Returns:
- OsVersion 镜像OS版本
-
setOsVersion
public void setOsVersion(String OsVersion)
Set 镜像OS版本- Parameters:
OsVersion- 镜像OS版本
-
getOsBit
public Long getOsBit()
Get OS是64还是32位- Returns:
- OsBit OS是64还是32位
-
setOsBit
public void setOsBit(Long OsBit)
Set OS是64还是32位- Parameters:
OsBit- OS是64还是32位
-
getImageSize
public Long getImageSize()
Get 镜像大小(M)- Returns:
- ImageSize 镜像大小(M)
-
setImageSize
public void setImageSize(Long ImageSize)
Set 镜像大小(M)- Parameters:
ImageSize- 镜像大小(M)
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getPartitionInfoSet
public PartitionInfo[] getPartitionInfoSet()
Get 分区信息- Returns:
- PartitionInfoSet 分区信息
-
setPartitionInfoSet
public void setPartitionInfoSet(PartitionInfo[] PartitionInfoSet)
Set 分区信息- Parameters:
PartitionInfoSet- 分区信息
-
getDeviceClassCode
public String getDeviceClassCode()
Get 适用机型- Returns:
- DeviceClassCode 适用机型
-
setDeviceClassCode
public void setDeviceClassCode(String DeviceClassCode)
Set 适用机型- Parameters:
DeviceClassCode- 适用机型
-
getImageDescription
public String getImageDescription()
Get 备注- Returns:
- ImageDescription 备注
-
setImageDescription
public void setImageDescription(String ImageDescription)
Set 备注- Parameters:
ImageDescription- 备注
-
getOsTypeId
public Long getOsTypeId()
Get 原始镜像id- Returns:
- OsTypeId 原始镜像id
-
setOsTypeId
public void setOsTypeId(Long OsTypeId)
Set 原始镜像id- Parameters:
OsTypeId- 原始镜像id
-
-