Class TavClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.tav.v20190118.TavClient
-
public class TavClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description TavClient(Credential credential, String region)TavClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLocalEngineResponseGetLocalEngine(GetLocalEngineRequest req)获取TAV本地引擎GetScanResultResponseGetScanResult(GetScanResultRequest req)tav文件上传扫描结果查询ScanFileResponseScanFile(ScanFileRequest req)tav文件上传扫描ScanFileHashResponseScanFileHash(ScanFileHashRequest req)通过文件哈希值获取文件黑白属性-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
TavClient
public TavClient(Credential credential, String region)
-
TavClient
public TavClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
GetLocalEngine
public GetLocalEngineResponse GetLocalEngine(GetLocalEngineRequest req) throws TencentCloudSDKException
获取TAV本地引擎- Parameters:
req- GetLocalEngineRequest- Returns:
- GetLocalEngineResponse
- Throws:
TencentCloudSDKException
-
GetScanResult
public GetScanResultResponse GetScanResult(GetScanResultRequest req) throws TencentCloudSDKException
tav文件上传扫描结果查询- Parameters:
req- GetScanResultRequest- Returns:
- GetScanResultResponse
- Throws:
TencentCloudSDKException
-
ScanFile
public ScanFileResponse ScanFile(ScanFileRequest req) throws TencentCloudSDKException
tav文件上传扫描- Parameters:
req- ScanFileRequest- Returns:
- ScanFileResponse
- Throws:
TencentCloudSDKException
-
ScanFileHash
public ScanFileHashResponse ScanFileHash(ScanFileHashRequest req) throws TencentCloudSDKException
通过文件哈希值获取文件黑白属性- Parameters:
req- ScanFileHashRequest- Returns:
- ScanFileHashResponse
- Throws:
TencentCloudSDKException
-
-