public class BunkZone extends AbstractModel
skipSign| Constructor and Description |
|---|
BunkZone() |
BunkZone(BunkZone source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBunkCodes()
Get 铺位编码
|
Long |
getZoneId()
Get 点位ID
|
String |
getZoneName()
Get 点位名称
|
void |
setBunkCodes(String BunkCodes)
Set 铺位编码
|
void |
setZoneId(Long ZoneId)
Set 点位ID
|
void |
setZoneName(String ZoneName)
Set 点位名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BunkZone()
public BunkZone(BunkZone source)
public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId - 点位IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - 点位名称public String getBunkCodes()
public void setBunkCodes(String BunkCodes)
BunkCodes - 铺位编码Copyright © 2023. All rights reserved.