Uses of Class
com.tencentcloudapi.cfw.v20190904.models.ScanResultInfo
-
Packages that use ScanResultInfo Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of ScanResultInfo in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return ScanResultInfo Modifier and Type Method Description ScanResultInfoScanInfo. getScanResultInfo()Get 扫描结果信息Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type ScanResultInfo Modifier and Type Method Description voidScanInfo. setScanResultInfo(ScanResultInfo ScanResultInfo)Set 扫描结果信息Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type ScanResultInfo Constructor Description ScanResultInfo(ScanResultInfo 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.
-