Class ZoneConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.ZoneConfig
-
public class ZoneConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ZoneConfig()ZoneConfig(ZoneConfig 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBindNum()Get 绑定数StringgetBunkCodes()Get 铺位编码LonggetDebugNum()Get 调试数LonggetFloorId()Get 楼层IDStringgetFloorName()Get 楼层名称LonggetState()Get 下发状态: 1: 不可下发 2: 可下发 3: 已下发LonggetZoneId()Get 点位IDStringgetZoneName()Get 点位名称LonggetZoneType()Get 点位类型: 1: 场门 3: 层门 5: 特殊区域 7: 门店 8: 补位 10: 开放式门店 11: 品类区 12: 公共区voidsetBindNum(Long BindNum)Set 绑定数voidsetBunkCodes(String BunkCodes)Set 铺位编码voidsetDebugNum(Long DebugNum)Set 调试数voidsetFloorId(Long FloorId)Set 楼层IDvoidsetFloorName(String FloorName)Set 楼层名称voidsetState(Long State)Set 下发状态: 1: 不可下发 2: 可下发 3: 已下发voidsetZoneId(Long ZoneId)Set 点位IDvoidsetZoneName(String ZoneName)Set 点位名称voidsetZoneType(Long ZoneType)Set 点位类型: 1: 场门 3: 层门 5: 特殊区域 7: 门店 8: 补位 10: 开放式门店 11: 品类区 12: 公共区voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ZoneConfig
public ZoneConfig()
-
ZoneConfig
public ZoneConfig(ZoneConfig 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.
-
-
Method Detail
-
getZoneId
public Long getZoneId()
Get 点位ID- Returns:
- ZoneId 点位ID
-
setZoneId
public void setZoneId(Long ZoneId)
Set 点位ID- Parameters:
ZoneId- 点位ID
-
getZoneName
public String getZoneName()
Get 点位名称- Returns:
- ZoneName 点位名称
-
setZoneName
public void setZoneName(String ZoneName)
Set 点位名称- Parameters:
ZoneName- 点位名称
-
getZoneType
public Long getZoneType()
Get 点位类型: 1: 场门 3: 层门 5: 特殊区域 7: 门店 8: 补位 10: 开放式门店 11: 品类区 12: 公共区- Returns:
- ZoneType 点位类型: 1: 场门 3: 层门 5: 特殊区域 7: 门店 8: 补位 10: 开放式门店 11: 品类区 12: 公共区
-
setZoneType
public void setZoneType(Long ZoneType)
Set 点位类型: 1: 场门 3: 层门 5: 特殊区域 7: 门店 8: 补位 10: 开放式门店 11: 品类区 12: 公共区- Parameters:
ZoneType- 点位类型: 1: 场门 3: 层门 5: 特殊区域 7: 门店 8: 补位 10: 开放式门店 11: 品类区 12: 公共区
-
getBunkCodes
public String getBunkCodes()
Get 铺位编码- Returns:
- BunkCodes 铺位编码
-
setBunkCodes
public void setBunkCodes(String BunkCodes)
Set 铺位编码- Parameters:
BunkCodes- 铺位编码
-
getFloorName
public String getFloorName()
Get 楼层名称- Returns:
- FloorName 楼层名称
-
setFloorName
public void setFloorName(String FloorName)
Set 楼层名称- Parameters:
FloorName- 楼层名称
-
getFloorId
public Long getFloorId()
Get 楼层ID- Returns:
- FloorId 楼层ID
-
setFloorId
public void setFloorId(Long FloorId)
Set 楼层ID- Parameters:
FloorId- 楼层ID
-
getBindNum
public Long getBindNum()
Get 绑定数- Returns:
- BindNum 绑定数
-
setBindNum
public void setBindNum(Long BindNum)
Set 绑定数- Parameters:
BindNum- 绑定数
-
getDebugNum
public Long getDebugNum()
Get 调试数- Returns:
- DebugNum 调试数
-
setDebugNum
public void setDebugNum(Long DebugNum)
Set 调试数- Parameters:
DebugNum- 调试数
-
getState
public Long getState()
Get 下发状态: 1: 不可下发 2: 可下发 3: 已下发- Returns:
- State 下发状态: 1: 不可下发 2: 可下发 3: 已下发
-
setState
public void setState(Long State)
Set 下发状态: 1: 不可下发 2: 可下发 3: 已下发- Parameters:
State- 下发状态: 1: 不可下发 2: 可下发 3: 已下发
-
-