Package com.tencentcloudapi.bi.v20220105
Class BiClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.bi.v20220105.BiClient
-
public class BiClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description BiClient(Credential credential, String region)BiClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplyEmbedIntervalResponseApplyEmbedInterval(ApplyEmbedIntervalRequest req)申请延长Token可用时间接口-强鉴权CreateEmbedTokenResponseCreateEmbedToken(CreateEmbedTokenRequest req)创建嵌出报表-强鉴权-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
BiClient
public BiClient(Credential credential, String region)
-
BiClient
public BiClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
ApplyEmbedInterval
public ApplyEmbedIntervalResponse ApplyEmbedInterval(ApplyEmbedIntervalRequest req) throws TencentCloudSDKException
申请延长Token可用时间接口-强鉴权- Parameters:
req- ApplyEmbedIntervalRequest- Returns:
- ApplyEmbedIntervalResponse
- Throws:
TencentCloudSDKException
-
CreateEmbedToken
public CreateEmbedTokenResponse CreateEmbedToken(CreateEmbedTokenRequest req) throws TencentCloudSDKException
创建嵌出报表-强鉴权- Parameters:
req- CreateEmbedTokenRequest- Returns:
- CreateEmbedTokenResponse
- Throws:
TencentCloudSDKException
-
-