public class CommonClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION| Constructor and Description |
|---|
CommonClient(String productName,
String version,
Credential credential,
String region) |
CommonClient(String productName,
String version,
Credential credential,
String region,
ClientProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
String |
commonRequest(AbstractModel req,
String actionName) |
<T> T |
commonRequest(AbstractModel req,
String actionName,
Class<T> typeOfT) |
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, internalRequest, internalRequestRaw, processResponseJson, processResponseSSE, retry, setClientProfile, setCredential, setRegion, setRegionBreakerpublic CommonClient(String productName, String version, Credential credential, String region)
public CommonClient(String productName, String version, Credential credential, String region, ClientProfile profile)
public String commonRequest(AbstractModel req, String actionName) throws TencentCloudSDKException
TencentCloudSDKExceptionpublic <T> T commonRequest(AbstractModel req, String actionName, Class<T> typeOfT) throws TencentCloudSDKException
TencentCloudSDKExceptionCopyright © 2024. All rights reserved.