类 P2cDelMonthProductRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cDelMonthProductResponse>
com.icetech.sdk.request.p2c.business.P2cDelMonthProductRequest
删除月卡产品
- 作者:
- zhangpengzhan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets park code.Gets product id.protected Stringmethod()定义接口名称voidsetParkCode(String parkCode) Sets park code.voidsetProductId(List<String> productId) Sets product id.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cDelMonthProductRequest
public P2cDelMonthProductRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getProductId
Gets product id.- 返回:
- the product id
-
setProductId
Sets product id.- 参数:
productId- the product id
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cDelMonthProductResponse>- 返回:
- 接口名称
-