public class P2cRenewMonthCardRequest extends BaseRequest<P2cRenewMonthCardResponse>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
P2cRenewMonthCardRequest.RegionData
The type Region data.
|
| 构造器和说明 |
|---|
P2cRenewMonthCardRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
buildBizContent(Map<String,Object> bizContent) |
Long |
getCardId()
Gets card id.
|
String |
getEndTime()
Gets end time.
|
Integer |
getMcRange()
Gets mc range.
|
String |
getParkCode()
Gets park code.
|
Integer |
getPlotCount()
Gets plot count.
|
Long |
getProductId()
Gets product id.
|
List<P2cRenewMonthCardRequest.RegionData> |
getRegionData()
Gets region data.
|
String |
getStartTime()
Gets start time.
|
protected String |
method()
定义接口名称
|
void |
setCardId(Long cardId)
Sets card id.
|
void |
setEndTime(String endTime)
Sets end time.
|
void |
setMcRange(Integer mcRange)
Sets mc range.
|
void |
setParkCode(String parkCode)
Sets park code.
|
void |
setPlotCount(Integer plotCount)
Sets plot count.
|
void |
setProductId(Long productId)
Sets product id.
|
void |
setRegionData(List<P2cRenewMonthCardRequest.RegionData> regionData)
Sets region data.
|
void |
setStartTime(String startTime)
Sets start time.
|
addFile, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, versionpublic String getParkCode()
public void setParkCode(String parkCode)
parkCode - the park codepublic Long getProductId()
public void setProductId(Long productId)
productId - the product idpublic Long getCardId()
public void setCardId(Long cardId)
cardId - the card idpublic Integer getPlotCount()
public void setPlotCount(Integer plotCount)
plotCount - the plot countpublic String getStartTime()
public void setStartTime(String startTime)
startTime - the start timepublic String getEndTime()
public void setEndTime(String endTime)
endTime - the end timepublic Integer getMcRange()
public void setMcRange(Integer mcRange)
mcRange - the mc rangepublic List<P2cRenewMonthCardRequest.RegionData> getRegionData()
public void setRegionData(List<P2cRenewMonthCardRequest.RegionData> regionData)
regionData - the region dataprotected String method()
BaseRequestmethod 在类中 BaseRequest<P2cRenewMonthCardResponse>Copyright © 2025. All rights reserved.