Uses of Class
com.tencentcloudapi.tcss.v20201101.models.RunTimeTendencyInfo
-
Packages that use RunTimeTendencyInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of RunTimeTendencyInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return RunTimeTendencyInfo Modifier and Type Method Description RunTimeTendencyInfo[]SecTendencyEventInfo. getEventSet()Get 趋势列表RunTimeTendencyInfo[]ImageRiskTendencyInfo. getImageRiskSet()Get 趋势列表RunTimeTendencyInfo[]VulTendencyInfo. getVulSet()Get 漏洞趋势列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type RunTimeTendencyInfo Modifier and Type Method Description voidSecTendencyEventInfo. setEventSet(RunTimeTendencyInfo[] EventSet)Set 趋势列表voidImageRiskTendencyInfo. setImageRiskSet(RunTimeTendencyInfo[] ImageRiskSet)Set 趋势列表voidVulTendencyInfo. setVulSet(RunTimeTendencyInfo[] VulSet)Set 漏洞趋势列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type RunTimeTendencyInfo Constructor Description RunTimeTendencyInfo(RunTimeTendencyInfo 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.
-