public class TbaasClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
TbaasClient(Credential credential,
String region)
构造client
|
TbaasClient(Credential credential,
String region,
ClientProfile profile)
构造client
|
Modifier and Type | Method and Description |
---|---|
GetInvokeTxResponse |
GetInvokeTx(GetInvokeTxRequest req)
Invoke异步调用结果查询
|
InvokeResponse |
Invoke(InvokeRequest req)
新增交易
|
QueryResponse |
Query(QueryRequest req)
查询交易
|
getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegion
public TbaasClient(Credential credential, String region)
credential
- 认证信息实例region
- 产品地域public TbaasClient(Credential credential, String region, ClientProfile profile)
credential
- 认证信息实例region
- 产品地域profile
- 配置实例public GetInvokeTxResponse GetInvokeTx(GetInvokeTxRequest req) throws TencentCloudSDKException
req
- GetInvokeTxRequestTencentCloudSDKException
public InvokeResponse Invoke(InvokeRequest req) throws TencentCloudSDKException
req
- InvokeRequestTencentCloudSDKException
public QueryResponse Query(QueryRequest req) throws TencentCloudSDKException
req
- QueryRequestTencentCloudSDKException
Copyright © 2018. All rights reserved.