Class VulAffectedImageComponentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.VulAffectedImageComponentInfo
-
public class VulAffectedImageComponentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VulAffectedImageComponentInfo()VulAffectedImageComponentInfo(VulAffectedImageComponentInfo 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 StringgetFixedVersion()Get 组件修复版本 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 组件名称 注意:此字段可能返回 null,表示取不到有效值。StringgetPath()Get 组件路径 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get 组件版本 注意:此字段可能返回 null,表示取不到有效值。voidsetFixedVersion(String FixedVersion)Set 组件修复版本 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 组件名称 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set 组件路径 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)Set 组件版本 注意:此字段可能返回 null,表示取不到有效值。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
-
VulAffectedImageComponentInfo
public VulAffectedImageComponentInfo()
-
VulAffectedImageComponentInfo
public VulAffectedImageComponentInfo(VulAffectedImageComponentInfo 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 组件名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 组件名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 组件名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 组件名称 注意:此字段可能返回 null,表示取不到有效值。
-
getVersion
public String getVersion()
Get 组件版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 组件版本 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 组件版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 组件版本 注意:此字段可能返回 null,表示取不到有效值。
-
getFixedVersion
public String getFixedVersion()
Get 组件修复版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FixedVersion 组件修复版本 注意:此字段可能返回 null,表示取不到有效值。
-
setFixedVersion
public void setFixedVersion(String FixedVersion)
Set 组件修复版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FixedVersion- 组件修复版本 注意:此字段可能返回 null,表示取不到有效值。
-
getPath
public String getPath()
Get 组件路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 组件路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set 组件路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- 组件路径 注意:此字段可能返回 null,表示取不到有效值。
-
-