Uses of Class
com.tencentcloudapi.trp.v20210515.models.ScanLog
-
Packages that use ScanLog Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of ScanLog in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return ScanLog Modifier and Type Method Description ScanLog[]DescribeScanLogsResponse. getProducts()Deprecated.ScanLog[]DescribeScanLogsResponse. getScanLogs()Get 扫描记录Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type ScanLog Modifier and Type Method Description voidDescribeScanLogsResponse. setProducts(ScanLog[] Products)Deprecated.voidDescribeScanLogsResponse. setScanLogs(ScanLog[] ScanLogs)Set 扫描记录Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type ScanLog Constructor Description ScanLog(ScanLog 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.
-