类 GetSimUsageUwp
public class GetSimUsageUwp extends BaseRequest
-
字段概要
从类继承的字段 net.linksfield.cube.partnersdk.domain.BaseRequest
extendHeaders, httpMethod, nonce, timestamp -
构造器概要
构造器 构造器 说明 GetSimUsageUwp(int nonce, String simId)Get SIM Usage -
方法概要
修饰符和类型 方法 说明 voidaddBody(Map<String,Object> body)由子类实现 添加post内容体voidaddQueryParams(com.google.common.collect.Multimap<String,String> queryParams)由子类实现 添加查询参数voidaddUrlSignatureParameters(Map<String,Object> mapToSign)StringrequestUrl(EndpointPropertiesProxy endpointPropertiesProxy)由子类返回需要的Url从类继承的方法 net.linksfield.cube.partnersdk.domain.BaseRequest
addExtendHeader, addOptionalQueryParam, setContentType
-
构造器详细资料
-
GetSimUsageUwp
Get SIM UsageScenario:
Obtain the current Bundle/ package used by the SIM card from the beginning of the communication plan order to the last statistical time, and the accumulated data usage of the communication plan order.
Business rules:
Only the order data of one communication plan that takes effect on the SIM card is collected. Valid means an order whose order status is in use or suspended. Select priority in use higher than pause. If there are multiple orders in the same status, the order data whose enabled time is closest to the current time is returned. Add on plan/Bundle and test data are not in the statistical range. Communication plan order: refers to the basic unit for Lynco to control the SIM plan service and make traffic statistics. Usually, a communication package order will be generated in the system after the SIM card is bound with a package /Bundle, which is not directly displayed in the Cube 4.0 system. Add on plan/bundle: refers to the data stacking service for specific resources and some services within a plan period. Test data: indicates the ultra-small test data configured for the SIM card before delivery. For more information, please consult our support staff.
Attention:
- The SIM card does not support OTA function.
- The SIM card has only one Communication package order.
- The lifecycle of the SIM card is Active-live or Paused.
- To query the ICCID of the bound SIM card through the IMEI or SN of the device, useAPIGet SIM ID/ICCID
- 参数:
nonce-simId- SIM ICCID
-
-
方法详细资料
-
requestUrl
从类复制的说明:BaseRequest由子类返回需要的Url- 指定者:
requestUrl在类中BaseRequest- 返回:
-
addUrlSignatureParameters
- 指定者:
addUrlSignatureParameters在类中BaseRequest
-
addQueryParams
从类复制的说明:BaseRequest由子类实现 添加查询参数- 指定者:
addQueryParams在类中BaseRequest
-
addBody
从类复制的说明:BaseRequest由子类实现 添加post内容体- 指定者:
addBody在类中BaseRequest
-