public class MnaClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION| Constructor and Description |
|---|
MnaClient(Credential credential,
String region) |
MnaClient(Credential credential,
String region,
ClientProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
AddDeviceResponse |
AddDevice(AddDeviceRequest req)
新建设备记录
|
CreateEncryptedKeyResponse |
CreateEncryptedKey(CreateEncryptedKeyRequest req)
通过此接口设置和更新预置密钥
|
CreateQosResponse |
CreateQos(CreateQosRequest req)
移动网络发起Qos加速过程
|
DeleteDeviceResponse |
DeleteDevice(DeleteDeviceRequest req)
删除设备信息
|
DeleteQosResponse |
DeleteQos(DeleteQosRequest req)
移动网络停止Qos加速过程
|
DescribeQosResponse |
DescribeQos(DescribeQosRequest req)
获取Qos加速状态
|
GetDeviceResponse |
GetDevice(GetDeviceRequest req)
通过指定设备的ID查找设备详细信息
|
GetDevicesResponse |
GetDevices(GetDevicesRequest req)
获取设备信息列表
|
GetFlowStatisticResponse |
GetFlowStatistic(GetFlowStatisticRequest req)
获取指定设备Id,指定时间点数据流量使用情况
|
GetPublicKeyResponse |
GetPublicKey(GetPublicKeyRequest req)
获取公钥用于验签
|
GetStatisticDataResponse |
GetStatisticData(GetStatisticDataRequest req)
在用量统计页面下载流量数据
|
UpdateDeviceResponse |
UpdateDevice(UpdateDeviceRequest req)
更新设备信息
|
call, callOctetStream, getClientProfile, getCredential, getRegion, internalRequest, retry, setClientProfile, setCredential, setRegionpublic MnaClient(Credential credential, String region)
public MnaClient(Credential credential, String region, ClientProfile profile)
public AddDeviceResponse AddDevice(AddDeviceRequest req) throws TencentCloudSDKException
req - AddDeviceRequestTencentCloudSDKExceptionpublic CreateEncryptedKeyResponse CreateEncryptedKey(CreateEncryptedKeyRequest req) throws TencentCloudSDKException
req - CreateEncryptedKeyRequestTencentCloudSDKExceptionpublic CreateQosResponse CreateQos(CreateQosRequest req) throws TencentCloudSDKException
req - CreateQosRequestTencentCloudSDKExceptionpublic DeleteDeviceResponse DeleteDevice(DeleteDeviceRequest req) throws TencentCloudSDKException
req - DeleteDeviceRequestTencentCloudSDKExceptionpublic DeleteQosResponse DeleteQos(DeleteQosRequest req) throws TencentCloudSDKException
req - DeleteQosRequestTencentCloudSDKExceptionpublic DescribeQosResponse DescribeQos(DescribeQosRequest req) throws TencentCloudSDKException
req - DescribeQosRequestTencentCloudSDKExceptionpublic GetDeviceResponse GetDevice(GetDeviceRequest req) throws TencentCloudSDKException
req - GetDeviceRequestTencentCloudSDKExceptionpublic GetDevicesResponse GetDevices(GetDevicesRequest req) throws TencentCloudSDKException
req - GetDevicesRequestTencentCloudSDKExceptionpublic GetFlowStatisticResponse GetFlowStatistic(GetFlowStatisticRequest req) throws TencentCloudSDKException
req - GetFlowStatisticRequestTencentCloudSDKExceptionpublic GetPublicKeyResponse GetPublicKey(GetPublicKeyRequest req) throws TencentCloudSDKException
req - GetPublicKeyRequestTencentCloudSDKExceptionpublic GetStatisticDataResponse GetStatisticData(GetStatisticDataRequest req) throws TencentCloudSDKException
req - GetStatisticDataRequestTencentCloudSDKExceptionpublic UpdateDeviceResponse UpdateDevice(UpdateDeviceRequest req) throws TencentCloudSDKException
req - UpdateDeviceRequestTencentCloudSDKExceptionCopyright © 2022. All rights reserved.