Class ZoneArea
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.ZoneArea
-
public class ZoneArea extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point[]getShopArea()Get 店门标注LonggetZoneId()Get 点位IDvoidsetShopArea(Point[] ShopArea)Set 店门标注voidsetZoneId(Long ZoneId)Set 点位IDvoidtoMap(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
-
ZoneArea
public ZoneArea()
-
ZoneArea
public ZoneArea(ZoneArea 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
-
getShopArea
public Point[] getShopArea()
Get 店门标注- Returns:
- ShopArea 店门标注
-
setShopArea
public void setShopArea(Point[] ShopArea)
Set 店门标注- Parameters:
ShopArea- 店门标注
-
-