Uses of Class
com.tencentcloudapi.cwp.v20180228.models.ScanTaskDetails
-
Packages that use ScanTaskDetails Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of ScanTaskDetails in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return ScanTaskDetails Modifier and Type Method Description ScanTaskDetails[]DescribeScanTaskDetailsResponse. getScanTaskDetailList()Get 扫描任务信息列表Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type ScanTaskDetails Modifier and Type Method Description voidDescribeScanTaskDetailsResponse. setScanTaskDetailList(ScanTaskDetails[] ScanTaskDetailList)Set 扫描任务信息列表Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type ScanTaskDetails Constructor Description ScanTaskDetails(ScanTaskDetails 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.
-