类 ListMOBySimId
java.lang.Object
net.linksfield.cube.partnersdk.domain.BaseRequest
net.linksfield.cube.partnersdk.domain.BaseRequestV2
net.linksfield.cube.partnersdk.sdk.modules.sms.ListMOBySimId
public class ListMOBySimId extends BaseRequestV2
-
字段概要
从类继承的字段 net.linksfield.cube.partnersdk.domain.BaseRequest
extendHeaders, httpMethod, nonce, timestamp -
构造器概要
-
方法概要
修饰符和类型 方法 说明 voidaddBody(Map<String,Object> body)由子类实现 添加post内容体voidaddQueryParams(com.google.common.collect.Multimap<String,String> queryParams)由子类实现 添加查询参数static ListMOBySimIdBuilderbuilder(int nonce, String simId)StringrequestUrl(EndpointPropertiesProxy endpointPropertiesProxy)由子类返回需要的Url从类继承的方法 net.linksfield.cube.partnersdk.domain.BaseRequestV2
addUrlSignatureParameters从类继承的方法 net.linksfield.cube.partnersdk.domain.BaseRequest
addExtendHeader, addOptionalQueryParam, setContentType
-
构造器详细资料
-
ListMOBySimId
public ListMOBySimId(int nonce, String simId, String status, String beginFrom, String endBy, Integer pageNo, Integer pageSize)Retrieve list of SMS(MO P2A) sent from the SIMNotes:
- SMS records are kept for 180 days at most
- SIM ID provided must belong to the organisation of the request
- By default ( if not present), the query time period is 7 days prior to the request.
- 参数:
nonce-simId- SIM ICCIDstatus- query status, enum, 1-success, 2-failed, 3-processing, 4-all . default 4beginFrom- Long, Epoch timestamp UTC 0 in millisecond; default value is 7 days prior to the current timeendBy- Long, Epoch timestamp UTC 0 in millisecond; default current timepageNo- Page No default is 1pageSize- Page Size default is 100, range 1-100
-
-
方法详细资料
-
builder
-
requestUrl
从类复制的说明:BaseRequest由子类返回需要的Url- 指定者:
requestUrl在类中BaseRequest- 返回:
-
addQueryParams
从类复制的说明:BaseRequest由子类实现 添加查询参数- 指定者:
addQueryParams在类中BaseRequest
-
addBody
从类复制的说明:BaseRequest由子类实现 添加post内容体- 指定者:
addBody在类中BaseRequest
-