Uses of Class
com.tencentcloudapi.tcss.v20201101.models.VulTendencyInfo
-
Packages that use VulTendencyInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of VulTendencyInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return VulTendencyInfo Modifier and Type Method Description VulTendencyInfo[]DescribeVulTendencyResponse. getVulTendencySet()Get 漏洞趋势列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulTendencyInfo Modifier and Type Method Description voidDescribeVulTendencyResponse. setVulTendencySet(VulTendencyInfo[] VulTendencySet)Set 漏洞趋势列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulTendencyInfo Constructor Description 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.
-