类 P2cEditMonthCardRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cEditMonthCardResponse>
com.icetech.sdk.request.p2c.business.P2cEditMonthCardRequest
Description EditMonthCardRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/11 13:54
- 作者:
- wgy
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidbuildBizContent(Map<String, Object> bizContent) Gets card id.Gets card owner.Gets card property.Gets card status.Gets end date.Gets mc range.Gets oper time.Gets park code.Gets pay money.getPhone()Gets phone.Gets plate num.Gets plot count.Gets plot num.Gets product id.Gets region data.Gets start date.protected Stringmethod()定义接口名称voidSets card id.voidsetCardOwner(String cardOwner) Sets card owner.voidsetCardProperty(Integer cardProperty) Sets card property.voidsetCardStatus(Integer cardStatus) Sets card status.voidsetEndDate(String endDate) Sets end date.voidsetMcRange(Integer mcRange) Sets mc range.voidsetOperTime(Long operTime) Sets oper time.voidsetParkCode(String parkCode) Sets park code.voidsetPayMoney(String payMoney) Sets pay money.voidSets phone.voidsetPlateNum(String plateNum) Sets plate num.voidsetPlotCount(Integer plotCount) Sets plot count.voidsetPlotNum(String plotNum) Sets plot num.voidsetProductId(Long productId) Sets product id.voidsetRegionData(List<P2cEditMonthCardRequest.RegionData> regionData) Sets region data.voidsetStartDate(String startDate) Sets start date.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cEditMonthCardRequest
public P2cEditMonthCardRequest()
-
-
方法详细资料
-
getCardStatus
Gets card status.- 返回:
- the card status
-
setCardStatus
Sets card status.- 参数:
cardStatus- the card status
-
getCardId
Gets card id.- 返回:
- the card id
-
setCardId
Sets card id.- 参数:
cardId- the card id
-
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
-
getPhone
Gets phone.- 返回:
- the phone
-
setPhone
Sets phone.- 参数:
phone- the phone
-
getCardProperty
Gets card property.- 返回:
- the card property
-
setCardProperty
Sets card property.- 参数:
cardProperty- the card property
-
getCardOwner
Gets card owner.- 返回:
- the card owner
-
setCardOwner
Sets card owner.- 参数:
cardOwner- the card owner
-
getPlateNum
Gets plate num.- 返回:
- the plate num
-
setPlateNum
Sets plate num.- 参数:
plateNum- the plate num
-
getStartDate
Gets start date.- 返回:
- the start date
-
setStartDate
Sets start date.- 参数:
startDate- the start date
-
getEndDate
Gets end date.- 返回:
- the end date
-
setEndDate
Sets end date.- 参数:
endDate- the end date
-
getPlotCount
Gets plot count.- 返回:
- the plot count
-
setPlotCount
Sets plot count.- 参数:
plotCount- the plot count
-
getPlotNum
Gets plot num.- 返回:
- the plot num
-
setPlotNum
Sets plot num.- 参数:
plotNum- the plot num
-
getPayMoney
Gets pay money.- 返回:
- the pay money
-
setPayMoney
Sets pay money.- 参数:
payMoney- the pay money
-
getOperTime
Gets oper time.- 返回:
- the oper time
-
setOperTime
Sets oper time.- 参数:
operTime- the oper time
-
getMcRange
Gets mc range.- 返回:
- the mc range
-
setMcRange
Sets mc range.- 参数:
mcRange- the mc range
-
getRegionData
Gets region data.- 返回:
- the region data
-
setRegionData
Sets region data.- 参数:
regionData- the region data
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cEditMonthCardResponse>- 返回:
- 接口名称
-
buildBizContent
-