Class VulTendencyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.VulTendencyInfo
-
public class VulTendencyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VulTendencyInfo()VulTendencyInfo(VulTendencyInfo 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 StringgetImageType()Get 漏洞影响的镜像类型: LOCAL:本地镜像 REGISTRY: 仓库镜像RunTimeTendencyInfo[]getVulSet()Get 漏洞趋势列表voidsetImageType(String ImageType)Set 漏洞影响的镜像类型: LOCAL:本地镜像 REGISTRY: 仓库镜像voidsetVulSet(RunTimeTendencyInfo[] VulSet)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
-
VulTendencyInfo
public VulTendencyInfo()
-
VulTendencyInfo
public VulTendencyInfo(VulTendencyInfo 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
-
getVulSet
public RunTimeTendencyInfo[] getVulSet()
Get 漏洞趋势列表- Returns:
- VulSet 漏洞趋势列表
-
setVulSet
public void setVulSet(RunTimeTendencyInfo[] VulSet)
Set 漏洞趋势列表- Parameters:
VulSet- 漏洞趋势列表
-
getImageType
public String getImageType()
Get 漏洞影响的镜像类型: LOCAL:本地镜像 REGISTRY: 仓库镜像- Returns:
- ImageType 漏洞影响的镜像类型: LOCAL:本地镜像 REGISTRY: 仓库镜像
-
setImageType
public void setImageType(String ImageType)
Set 漏洞影响的镜像类型: LOCAL:本地镜像 REGISTRY: 仓库镜像- Parameters:
ImageType- 漏洞影响的镜像类型: LOCAL:本地镜像 REGISTRY: 仓库镜像
-
-