public class PersonCoordinate extends AbstractModel
Constructor and Description |
---|
PersonCoordinate() |
Modifier and Type | Method and Description |
---|---|
Float |
getCADX()
Get CAD图X坐标
|
Float |
getCADY()
Get CAD图Y坐标
|
String |
getCapPic()
Get 抓拍图片
|
String |
getCapTime()
Get 抓拍时间点
|
String |
getEvent()
Get 事件
|
Long |
getMallAreaType()
Get 卖场区域类型
|
Long |
getPosId()
Get 坐标编号
|
Long |
getShopId()
Get 门店编号
|
void |
setCADX(Float CADX)
Set CAD图X坐标
|
void |
setCADY(Float CADY)
Set CAD图Y坐标
|
void |
setCapPic(String CapPic)
Set 抓拍图片
|
void |
setCapTime(String CapTime)
Set 抓拍时间点
|
void |
setEvent(String Event)
Set 事件
|
void |
setMallAreaType(Long MallAreaType)
Set 卖场区域类型
|
void |
setPosId(Long PosId)
Set 坐标编号
|
void |
setShopId(Long ShopId)
Set 门店编号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Float getCADX()
public void setCADX(Float CADX)
CADX
- CAD图X坐标public Float getCADY()
public void setCADY(Float CADY)
CADY
- CAD图Y坐标public String getCapTime()
public void setCapTime(String CapTime)
CapTime
- 抓拍时间点public String getCapPic()
public void setCapPic(String CapPic)
CapPic
- 抓拍图片public Long getMallAreaType()
public void setMallAreaType(Long MallAreaType)
MallAreaType
- 卖场区域类型public Long getPosId()
public void setPosId(Long PosId)
PosId
- 坐标编号public Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 门店编号public String getEvent()
public void setEvent(String Event)
Event
- 事件Copyright © 2020. All rights reserved.