类 BatchQuerySim
java.lang.Object
net.linksfield.cube.partnersdk.domain.BaseRequest
net.linksfield.cube.partnersdk.domain.BaseRequestV2
net.linksfield.cube.partnersdk.sdk.modules.sim.BatchQuerySim
public class BatchQuerySim extends BaseRequestV2
-
字段概要
从类继承的字段 net.linksfield.cube.partnersdk.domain.BaseRequest
extendHeaders, httpMethod, nonce, timestamp -
构造器概要
构造器 构造器 说明 BatchQuerySim(int nonce)BatchQuerySim(HttpMethod httpMethod, int nonce, Integer status, int pageNo, int pageSize)BatchQuerySim(HttpMethod httpMethod, int nonce, Integer status, int pageNo, int pageSize, String orderId)BatchQuerySim(HttpMethod httpMethod, int nonce, Integer status, int pageNo, int pageSize, String orderId, List<String> simIds) -
方法概要
修饰符和类型 方法 说明 voidaddBody(Map<String,Object> body)由子类实现 添加post内容体voidaddQueryParams(com.google.common.collect.Multimap<String,String> queryParams)由子类实现 添加查询参数static BatchQuerySimBuilderbuilder(int nonce)StringrequestUrl(EndpointPropertiesProxy endpointPropertiesProxy)由子类返回需要的Url从类继承的方法 net.linksfield.cube.partnersdk.domain.BaseRequestV2
addUrlSignatureParameters从类继承的方法 net.linksfield.cube.partnersdk.domain.BaseRequest
addExtendHeader, addOptionalQueryParam, setContentType
-
构造器详细资料
-
BatchQuerySim
public BatchQuerySim(int nonce) -
BatchQuerySim
-
BatchQuerySim
public BatchQuerySim(HttpMethod httpMethod, int nonce, Integer status, int pageNo, int pageSize, String orderId) -
BatchQuerySim
public BatchQuerySim(HttpMethod httpMethod, int nonce, Integer status, int pageNo, int pageSize, String orderId, List<String> simIds)
-
-
方法详细资料
-
builder
-
requestUrl
从类复制的说明:BaseRequest由子类返回需要的Url- 指定者:
requestUrl在类中BaseRequest- 返回:
-
addQueryParams
从类复制的说明:BaseRequest由子类实现 添加查询参数- 指定者:
addQueryParams在类中BaseRequest
-
addBody
从类复制的说明:BaseRequest由子类实现 添加post内容体- 指定者:
addBody在类中BaseRequest
-