类 P2cSaveParkRequest

java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cSaveParkResponse>
com.icetech.sdk.request.p2c.base.P2cSaveParkRequest

public class P2cSaveParkRequest extends BaseRequest<P2cSaveParkResponse>
Description SaveParkRequest Copyright (c) Department of Research and Development/Beijing All Rights Reserved
版本:
1.0 @Date 2022/7/14 09:45
作者:
wgy
  • 构造器详细资料

    • P2cSaveParkRequest

      public P2cSaveParkRequest()
  • 方法详细资料

    • getParkCode

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

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

      public String getParkName()
      Gets park name.
      返回:
      the park name
    • setParkName

      public void setParkName(String parkName)
      Sets park name.
      参数:
      parkName - the park name
    • getPhone

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

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

      public Integer getProvinceId()
      Gets province id.
      返回:
      the province id
    • setProvinceId

      public void setProvinceId(Integer provinceId)
      Sets province id.
      参数:
      provinceId - the province id
    • getCityId

      public Integer getCityId()
      Gets city id.
      返回:
      the city id
    • setCityId

      public void setCityId(Integer cityId)
      Sets city id.
      参数:
      cityId - the city id
    • getDistrictId

      public Integer getDistrictId()
      Gets district id.
      返回:
      the district id
    • setDistrictId

      public void setDistrictId(Integer districtId)
      Sets district id.
      参数:
      districtId - the district id
    • getTotalNum

      public Integer getTotalNum()
      Gets total num.
      返回:
      the total num
    • setTotalNum

      public void setTotalNum(Integer totalNum)
      Sets total num.
      参数:
      totalNum - the total num
    • getAddress

      public String getAddress()
      Gets address.
      返回:
      the address
    • setAddress

      public void setAddress(String address)
      Sets address.
      参数:
      address - the address
    • getDataCollection

      public Integer getDataCollection()
      Gets data collection.
      返回:
      the data collection
    • setDataCollection

      public void setDataCollection(Integer dataCollection)
      Sets data collection.
      参数:
      dataCollection - the data collection
    • getParkProperty

      public Integer getParkProperty()
      Gets park property.
      返回:
      the park property
    • setParkProperty

      public void setParkProperty(Integer parkProperty)
      Sets park property.
      参数:
      parkProperty - the park property
    • getLat

      public String getLat()
      Gets lat.
      返回:
      the lat
    • setLat

      public void setLat(String lat)
      Sets lat.
      参数:
      lat - the lat
    • getLng

      public String getLng()
      Gets lng.
      返回:
      the lng
    • setLng

      public void setLng(String lng)
      Sets lng.
      参数:
      lng - the lng
    • getFreeSpace

      public Integer getFreeSpace()
      Gets free space.
      返回:
      the free space
    • setFreeSpace

      public void setFreeSpace(Integer freeSpace)
      Sets free space.
      参数:
      freeSpace - the free space
    • getParkType

      public int getParkType()
      Gets park type.
      返回:
      the park type
    • setParkType

      public void setParkType(int parkType)
      Sets park type.
      参数:
      parkType - the park type
    • getIsInterior

      public int getIsInterior()
      Gets is interior.
      返回:
      the is interior
    • setIsInterior

      public void setIsInterior(int isInterior)
      Sets is interior.
      参数:
      isInterior - the is interior
    • getSwitchFeeTime

      public Integer getSwitchFeeTime()
      Gets switch fee time.
      返回:
      the switch fee time
    • setSwitchFeeTime

      public void setSwitchFeeTime(Integer switchFeeTime)
      Sets switch fee time.
      参数:
      switchFeeTime - the switch fee time
    • getAssetType

      public Integer getAssetType()
      Gets asset type.
      返回:
      the asset type
    • setAssetType

      public void setAssetType(Integer assetType)
      Sets asset type.
      参数:
      assetType - the asset type
    • getTotalEnter

      public Integer getTotalEnter()
      Gets total enter.
      返回:
      the total enter
    • setTotalEnter

      public void setTotalEnter(Integer totalEnter)
      Sets total enter.
      参数:
      totalEnter - the total enter
    • getTotalExit

      public Integer getTotalExit()
      Gets total exit.
      返回:
      the total exit
    • setTotalExit

      public void setTotalExit(Integer totalExit)
      Sets total exit.
      参数:
      totalExit - the total exit
    • getCooperateType

      public Integer getCooperateType()
      Gets cooperate type.
      返回:
      the cooperate type
    • setCooperateType

      public void setCooperateType(Integer cooperateType)
      Sets cooperate type.
      参数:
      cooperateType - the cooperate type
    • method

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