Class ImageComponent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ImageComponent
-
public class ImageComponent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ImageComponent()
ImageComponent(ImageComponent 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 String
getImageID()
Get 镜像ID 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 组件名称String
getPath()
Get 组件路径String
getType()
Get 组件类型String
getVersion()
Get 组件版本Long
getVulCount()
Get 组件漏洞数量 注意:此字段可能返回 null,表示取不到有效值。void
setImageID(String ImageID)
Set 镜像ID 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 组件名称void
setPath(String Path)
Set 组件路径void
setType(String Type)
Set 组件类型void
setVersion(String Version)
Set 组件版本void
setVulCount(Long VulCount)
Set 组件漏洞数量 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
ImageComponent
public ImageComponent()
-
ImageComponent
public ImageComponent(ImageComponent 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
- 组件名称
-
getVersion
public String getVersion()
Get 组件版本- Returns:
- Version 组件版本
-
setVersion
public void setVersion(String Version)
Set 组件版本- Parameters:
Version
- 组件版本
-
getPath
public String getPath()
Get 组件路径- Returns:
- Path 组件路径
-
setPath
public void setPath(String Path)
Set 组件路径- Parameters:
Path
- 组件路径
-
getType
public String getType()
Get 组件类型- Returns:
- Type 组件类型
-
setType
public void setType(String Type)
Set 组件类型- Parameters:
Type
- 组件类型
-
getVulCount
public Long getVulCount()
Get 组件漏洞数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulCount 组件漏洞数量 注意:此字段可能返回 null,表示取不到有效值。
-
setVulCount
public void setVulCount(Long VulCount)
Set 组件漏洞数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulCount
- 组件漏洞数量 注意:此字段可能返回 null,表示取不到有效值。
-
getImageID
public String getImageID()
Get 镜像ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ImageID 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
-
setImageID
public void setImageID(String ImageID)
Set 镜像ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ImageID
- 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
-
-