Class DescribeScanLogsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.DescribeScanLogsResponse
-
public class DescribeScanLogsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScanLogsResponse()DescribeScanLogsResponse(DescribeScanLogsResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ScanLog[]getProducts()Deprecated.StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。ScanLog[]getScanLogs()Get 扫描记录LonggetTotalCount()Get 条数voidsetProducts(ScanLog[] Products)Deprecated.voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetScanLogs(ScanLog[] ScanLogs)Set 扫描记录voidsetTotalCount(Long TotalCount)Set 条数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeScanLogsResponse
public DescribeScanLogsResponse()
-
DescribeScanLogsResponse
public DescribeScanLogsResponse(DescribeScanLogsResponse 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.
-
-
Method Detail
-
getProducts
@Deprecated public ScanLog[] getProducts()
Deprecated.Get 【弃用】- Returns:
- Products 【弃用】
-
setProducts
@Deprecated public void setProducts(ScanLog[] Products)
Deprecated.Set 【弃用】- Parameters:
Products- 【弃用】
-
getTotalCount
public Long getTotalCount()
Get 条数- Returns:
- TotalCount 条数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 条数- Parameters:
TotalCount- 条数
-
getScanLogs
public ScanLog[] getScanLogs()
Get 扫描记录- Returns:
- ScanLogs 扫描记录
-
setScanLogs
public void setScanLogs(ScanLog[] ScanLogs)
Set 扫描记录- Parameters:
ScanLogs- 扫描记录
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-