Package com.tencentcloudapi.common
Class CommonClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.common.CommonClient
-
public class CommonClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description CommonClient(String productName, String version, Credential credential, String region)
CommonClient(String productName, String version, Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
commonRequest(AbstractModel req, String actionName)
-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
CommonClient
public CommonClient(String productName, String version, Credential credential, String region)
-
CommonClient
public CommonClient(String productName, String version, Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
commonRequest
public String commonRequest(AbstractModel req, String actionName) throws TencentCloudSDKException
- Throws:
TencentCloudSDKException
-
-