Class IrpClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.irp.v20220324.IrpClient
-
public class IrpClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description IrpClient(Credential credential, String region)
IrpClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecommendContentResponse
RecommendContent(RecommendContentRequest req)
获取推荐结果ReportActionResponse
ReportAction(ReportActionRequest req)
上报行为ReportMaterialResponse
ReportMaterial(ReportMaterialRequest req)
上报物料ReportPortraitResponse
ReportPortrait(ReportPortraitRequest req)
上报用户画像-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
IrpClient
public IrpClient(Credential credential, String region)
-
IrpClient
public IrpClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
RecommendContent
public RecommendContentResponse RecommendContent(RecommendContentRequest req) throws TencentCloudSDKException
获取推荐结果- Parameters:
req
- RecommendContentRequest- Returns:
- RecommendContentResponse
- Throws:
TencentCloudSDKException
-
ReportAction
public ReportActionResponse ReportAction(ReportActionRequest req) throws TencentCloudSDKException
上报行为- Parameters:
req
- ReportActionRequest- Returns:
- ReportActionResponse
- Throws:
TencentCloudSDKException
-
ReportMaterial
public ReportMaterialResponse ReportMaterial(ReportMaterialRequest req) throws TencentCloudSDKException
上报物料- Parameters:
req
- ReportMaterialRequest- Returns:
- ReportMaterialResponse
- Throws:
TencentCloudSDKException
-
ReportPortrait
public ReportPortraitResponse ReportPortrait(ReportPortraitRequest req) throws TencentCloudSDKException
上报用户画像- Parameters:
req
- ReportPortraitRequest- Returns:
- ReportPortraitResponse
- Throws:
TencentCloudSDKException
-
-