类 P2cRenewMonthCardRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cRenewMonthCardResponse>
com.icetech.sdk.request.p2c.business.P2cRenewMonthCardRequest
The type P 2 c renew month card request.
- 作者:
- wgy
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidbuildBizContent(Map<String, Object> bizContent) Gets card id.Gets end time.Gets mc range.Gets park code.Gets plot count.Gets product id.Gets region data.Gets start time.protected Stringmethod()定义接口名称voidSets card id.voidsetEndTime(String endTime) Sets end time.voidsetMcRange(Integer mcRange) Sets mc range.voidsetParkCode(String parkCode) Sets park code.voidsetPlotCount(Integer plotCount) Sets plot count.voidsetProductId(Long productId) Sets product id.voidsetRegionData(List<P2cRenewMonthCardRequest.RegionData> regionData) Sets region data.voidsetStartTime(String startTime) Sets start time.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cRenewMonthCardRequest
public P2cRenewMonthCardRequest()
-
-
方法详细资料
-
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
-
getCardId
Gets card id.- 返回:
- the card id
-
setCardId
Sets card id.- 参数:
cardId- the card id
-
getPlotCount
Gets plot count.- 返回:
- the plot count
-
setPlotCount
Sets plot count.- 参数:
plotCount- the plot count
-
getStartTime
Gets start time.- 返回:
- the start time
-
setStartTime
Sets start time.- 参数:
startTime- the start time
-
getEndTime
Gets end time.- 返回:
- the end time
-
setEndTime
Sets end time.- 参数:
endTime- the end 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<P2cRenewMonthCardResponse>- 返回:
- 接口名称
-
buildBizContent
-