类 P2cEditParkRegionRequest

java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cEditParkRegionResponse>
com.icetech.sdk.request.p2c.base.P2cEditParkRegionRequest

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

    • P2cEditParkRegionRequest

      public P2cEditParkRegionRequest()
  • 方法详细资料

    • getRegionCode

      public String getRegionCode()
      Gets region code.
      返回:
      the region code
    • setRegionCode

      public void setRegionCode(String regionCode)
      Sets region code.
      参数:
      regionCode - the region code
    • getParkCode

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

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

      public String getRegionName()
      Gets region name.
      返回:
      the region name
    • setRegionName

      public void setRegionName(String regionName)
      Sets region name.
      参数:
      regionName - the region name
    • getRegionPark

      public Integer getRegionPark()
      Gets region park.
      返回:
      the region park
    • setRegionPark

      public void setRegionPark(Integer regionPark)
      Sets region park.
      参数:
      regionPark - the region park
    • getBilltypecode

      public String getBilltypecode()
      Gets billtypecode.
      返回:
      the billtypecode
    • setBilltypecode

      public void setBilltypecode(String billtypecode)
      Sets billtypecode.
      参数:
      billtypecode - the billtypecode
    • getHasInner

      public Integer getHasInner()
      Gets has inner.
      返回:
      the has inner
    • setHasInner

      public void setHasInner(Integer hasInner)
      Sets has inner.
      参数:
      hasInner - the has inner
    • getSonData

      public List<P2cEditParkRegionRequest.SonData> getSonData()
      Gets son data.
      返回:
      the son data
    • setSonData

      public void setSonData(List<P2cEditParkRegionRequest.SonData> sonData)
      Sets son data.
      参数:
      sonData - the son data
    • method

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

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