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, setRegion
public MnaClient(Credential credential, String region)
public MnaClient(Credential credential, String region, ClientProfile profile)
public AddDeviceResponse AddDevice(AddDeviceRequest req) throws TencentCloudSDKException
req
- AddDeviceRequestTencentCloudSDKException
public CreateEncryptedKeyResponse CreateEncryptedKey(CreateEncryptedKeyRequest req) throws TencentCloudSDKException
req
- CreateEncryptedKeyRequestTencentCloudSDKException
public CreateQosResponse CreateQos(CreateQosRequest req) throws TencentCloudSDKException
req
- CreateQosRequestTencentCloudSDKException
public DeleteDeviceResponse DeleteDevice(DeleteDeviceRequest req) throws TencentCloudSDKException
req
- DeleteDeviceRequestTencentCloudSDKException
public DeleteQosResponse DeleteQos(DeleteQosRequest req) throws TencentCloudSDKException
req
- DeleteQosRequestTencentCloudSDKException
public DescribeQosResponse DescribeQos(DescribeQosRequest req) throws TencentCloudSDKException
req
- DescribeQosRequestTencentCloudSDKException
public GetDeviceResponse GetDevice(GetDeviceRequest req) throws TencentCloudSDKException
req
- GetDeviceRequestTencentCloudSDKException
public GetDevicesResponse GetDevices(GetDevicesRequest req) throws TencentCloudSDKException
req
- GetDevicesRequestTencentCloudSDKException
public GetFlowStatisticResponse GetFlowStatistic(GetFlowStatisticRequest req) throws TencentCloudSDKException
req
- GetFlowStatisticRequestTencentCloudSDKException
public GetPublicKeyResponse GetPublicKey(GetPublicKeyRequest req) throws TencentCloudSDKException
req
- GetPublicKeyRequestTencentCloudSDKException
public GetStatisticDataResponse GetStatisticData(GetStatisticDataRequest req) throws TencentCloudSDKException
req
- GetStatisticDataRequestTencentCloudSDKException
public UpdateDeviceResponse UpdateDevice(UpdateDeviceRequest req) throws TencentCloudSDKException
req
- UpdateDeviceRequestTencentCloudSDKException
Copyright © 2022. All rights reserved.