Uses of Class
com.tencentcloudapi.trp.v20210515.models.RawScanLog
-
Packages that use RawScanLog Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of RawScanLog in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return RawScanLog Modifier and Type Method Description RawScanLog[]DescribeRawScanLogsResponse. getScanLogs()Get 原始扫码日志Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type RawScanLog Modifier and Type Method Description voidDescribeRawScanLogsResponse. setScanLogs(RawScanLog[] ScanLogs)Set 原始扫码日志Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type RawScanLog Constructor Description RawScanLog(RawScanLog 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.
-