类 P2cDelMonthCardRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cDelMonthCardResponse>
com.icetech.sdk.request.p2c.business.P2cDelMonthCardRequest
清除月卡信息
- 作者:
- zhangpengzhan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets card id.Gets is del all.Gets park code.protected Stringmethod()定义接口名称voidSets card id.voidsetIsDelAll(Integer isDelAll) Sets is del all.voidsetParkCode(String parkCode) Sets park code.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cDelMonthCardRequest
public P2cDelMonthCardRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getIsDelAll
Gets is del all.- 返回:
- the is del all
-
setIsDelAll
Sets is del all.- 参数:
isDelAll- the is del all
-
getCardId
Gets card id.- 返回:
- the card id
-
setCardId
Sets card id.- 参数:
cardId- the card id
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cDelMonthCardResponse>- 返回:
- 接口名称
-