类 P2cEditMonthCardRequest

java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cEditMonthCardResponse>
com.icetech.sdk.request.p2c.business.P2cEditMonthCardRequest

public class P2cEditMonthCardRequest extends BaseRequest<P2cEditMonthCardResponse>
Description EditMonthCardRequest Copyright (c) Department of Research and Development/Beijing All Rights Reserved
版本:
1.0 @Date 2022/7/11 13:54
作者:
wgy
  • 构造器详细资料

    • P2cEditMonthCardRequest

      public P2cEditMonthCardRequest()
  • 方法详细资料

    • getCardStatus

      public Integer getCardStatus()
      Gets card status.
      返回:
      the card status
    • setCardStatus

      public void setCardStatus(Integer cardStatus)
      Sets card status.
      参数:
      cardStatus - the card status
    • getCardId

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

      public void setCardId(String cardId)
      Sets card id.
      参数:
      cardId - the card id
    • 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
    • getPhone

      public String getPhone()
      Gets phone.
      返回:
      the phone
    • setPhone

      public void setPhone(String phone)
      Sets phone.
      参数:
      phone - the phone
    • getCardProperty

      public Integer getCardProperty()
      Gets card property.
      返回:
      the card property
    • setCardProperty

      public void setCardProperty(Integer cardProperty)
      Sets card property.
      参数:
      cardProperty - the card property
    • getCardOwner

      public String getCardOwner()
      Gets card owner.
      返回:
      the card owner
    • setCardOwner

      public void setCardOwner(String cardOwner)
      Sets card owner.
      参数:
      cardOwner - the card owner
    • getPlateNum

      public String getPlateNum()
      Gets plate num.
      返回:
      the plate num
    • setPlateNum

      public void setPlateNum(String plateNum)
      Sets plate num.
      参数:
      plateNum - the plate num
    • getStartDate

      public String getStartDate()
      Gets start date.
      返回:
      the start date
    • setStartDate

      public void setStartDate(String startDate)
      Sets start date.
      参数:
      startDate - the start date
    • getEndDate

      public String getEndDate()
      Gets end date.
      返回:
      the end date
    • setEndDate

      public void setEndDate(String endDate)
      Sets end date.
      参数:
      endDate - the end date
    • getPlotCount

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

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

      public String getPlotNum()
      Gets plot num.
      返回:
      the plot num
    • setPlotNum

      public void setPlotNum(String plotNum)
      Sets plot num.
      参数:
      plotNum - the plot num
    • getPayMoney

      public String getPayMoney()
      Gets pay money.
      返回:
      the pay money
    • setPayMoney

      public void setPayMoney(String payMoney)
      Sets pay money.
      参数:
      payMoney - the pay money
    • getOperTime

      public Long getOperTime()
      Gets oper time.
      返回:
      the oper time
    • setOperTime

      public void setOperTime(Long operTime)
      Sets oper time.
      参数:
      operTime - the oper 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<P2cEditMonthCardRequest.RegionData> getRegionData()
      Gets region data.
      返回:
      the region data
    • setRegionData

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

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

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