类 P2cRenewMonthCardRequest

java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cRenewMonthCardResponse>
com.icetech.sdk.request.p2c.business.P2cRenewMonthCardRequest

public class P2cRenewMonthCardRequest extends BaseRequest<P2cRenewMonthCardResponse>
The type P 2 c renew month card request.
作者:
wgy
  • 构造器详细资料

    • P2cRenewMonthCardRequest

      public P2cRenewMonthCardRequest()
  • 方法详细资料

    • getParkCode

      public String getParkCode()
      Gets park code.
      返回:
      the park code
    • setParkCode

      public void setParkCode(String parkCode)
      Sets park code.
      参数:
      parkCode - the park code
    • getProductId

      public Long getProductId()
      Gets product id.
      返回:
      the product id
    • setProductId

      public void setProductId(Long productId)
      Sets product id.
      参数:
      productId - the product id
    • getCardId

      public Long getCardId()
      Gets card id.
      返回:
      the card id
    • setCardId

      public void setCardId(Long cardId)
      Sets card id.
      参数:
      cardId - the card id
    • getPlotCount

      public Integer getPlotCount()
      Gets plot count.
      返回:
      the plot count
    • setPlotCount

      public void setPlotCount(Integer plotCount)
      Sets plot count.
      参数:
      plotCount - the plot count
    • getStartTime

      public String getStartTime()
      Gets start time.
      返回:
      the start time
    • setStartTime

      public void setStartTime(String startTime)
      Sets start time.
      参数:
      startTime - the start time
    • getEndTime

      public String getEndTime()
      Gets end time.
      返回:
      the end time
    • setEndTime

      public void setEndTime(String endTime)
      Sets end time.
      参数:
      endTime - the end time
    • getMcRange

      public Integer getMcRange()
      Gets mc range.
      返回:
      the mc range
    • setMcRange

      public void setMcRange(Integer mcRange)
      Sets mc range.
      参数:
      mcRange - the mc range
    • getRegionData

      public List<P2cRenewMonthCardRequest.RegionData> getRegionData()
      Gets region data.
      返回:
      the region data
    • setRegionData

      public void setRegionData(List<P2cRenewMonthCardRequest.RegionData> regionData)
      Sets region data.
      参数:
      regionData - the region data
    • method

      protected String method()
      从类复制的说明: BaseRequest
      定义接口名称
      指定者:
      method 在类中 BaseRequest<P2cRenewMonthCardResponse>
      返回:
      接口名称
    • buildBizContent

      protected void buildBizContent(Map<String,Object> bizContent)
      覆盖:
      buildBizContent 在类中 BaseRequest<P2cRenewMonthCardResponse>