类 P2cSaveParkRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cSaveParkResponse>
com.icetech.sdk.request.p2c.base.P2cSaveParkRequest
Description SaveParkRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/14 09:45
- 作者:
- wgy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets address.Gets asset type.Gets city id.Gets cooperate type.Gets data collection.Gets district id.Gets free space.intGets is interior.getLat()Gets lat.getLng()Gets lng.Gets park code.Gets park name.Gets park property.intGets park type.getPhone()Gets phone.Gets province id.Gets switch fee time.Gets total enter.Gets total exit.Gets total num.protected Stringmethod()定义接口名称voidsetAddress(String address) Sets address.voidsetAssetType(Integer assetType) Sets asset type.voidSets city id.voidsetCooperateType(Integer cooperateType) Sets cooperate type.voidsetDataCollection(Integer dataCollection) Sets data collection.voidsetDistrictId(Integer districtId) Sets district id.voidsetFreeSpace(Integer freeSpace) Sets free space.voidsetIsInterior(int isInterior) Sets is interior.voidSets lat.voidSets lng.voidsetParkCode(String parkCode) Sets park code.voidsetParkName(String parkName) Sets park name.voidsetParkProperty(Integer parkProperty) Sets park property.voidsetParkType(int parkType) Sets park type.voidSets phone.voidsetProvinceId(Integer provinceId) Sets province id.voidsetSwitchFeeTime(Integer switchFeeTime) Sets switch fee time.voidsetTotalEnter(Integer totalEnter) Sets total enter.voidsetTotalExit(Integer totalExit) Sets total exit.voidsetTotalNum(Integer totalNum) Sets total num.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cSaveParkRequest
public P2cSaveParkRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getParkName
Gets park name.- 返回:
- the park name
-
setParkName
Sets park name.- 参数:
parkName- the park name
-
getPhone
Gets phone.- 返回:
- the phone
-
setPhone
Sets phone.- 参数:
phone- the phone
-
getProvinceId
Gets province id.- 返回:
- the province id
-
setProvinceId
Sets province id.- 参数:
provinceId- the province id
-
getCityId
Gets city id.- 返回:
- the city id
-
setCityId
Sets city id.- 参数:
cityId- the city id
-
getDistrictId
Gets district id.- 返回:
- the district id
-
setDistrictId
Sets district id.- 参数:
districtId- the district id
-
getTotalNum
Gets total num.- 返回:
- the total num
-
setTotalNum
Sets total num.- 参数:
totalNum- the total num
-
getAddress
Gets address.- 返回:
- the address
-
setAddress
Sets address.- 参数:
address- the address
-
getDataCollection
Gets data collection.- 返回:
- the data collection
-
setDataCollection
Sets data collection.- 参数:
dataCollection- the data collection
-
getParkProperty
Gets park property.- 返回:
- the park property
-
setParkProperty
Sets park property.- 参数:
parkProperty- the park property
-
getLat
Gets lat.- 返回:
- the lat
-
setLat
Sets lat.- 参数:
lat- the lat
-
getLng
Gets lng.- 返回:
- the lng
-
setLng
Sets lng.- 参数:
lng- the lng
-
getFreeSpace
Gets free space.- 返回:
- the free space
-
setFreeSpace
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
Gets switch fee time.- 返回:
- the switch fee time
-
setSwitchFeeTime
Sets switch fee time.- 参数:
switchFeeTime- the switch fee time
-
getAssetType
Gets asset type.- 返回:
- the asset type
-
setAssetType
Sets asset type.- 参数:
assetType- the asset type
-
getTotalEnter
Gets total enter.- 返回:
- the total enter
-
setTotalEnter
Sets total enter.- 参数:
totalEnter- the total enter
-
getTotalExit
Gets total exit.- 返回:
- the total exit
-
setTotalExit
Sets total exit.- 参数:
totalExit- the total exit
-
getCooperateType
Gets cooperate type.- 返回:
- the cooperate type
-
setCooperateType
Sets cooperate type.- 参数:
cooperateType- the cooperate type
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cSaveParkResponse>- 返回:
- 接口名称
-