public class PersonTracePoint extends AbstractModel
Constructor and Description |
---|
PersonTracePoint() |
PersonTracePoint(PersonTracePoint 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 |
getCapPic()
Get 抓拍图片
|
Long |
getMallAreaId()
Get 卖场区域编码
|
Long |
getMallAreaType()
Get 卖场区域类型
|
Long |
getShopId()
Get 门店编码
|
Long |
getShoppingBagCount()
Get 购物袋数量
|
Long |
getShoppingBagType()
Get 购物袋类型
|
String |
getTraceEventTime()
Get 轨迹事件发生时间点
|
Long |
getTraceEventType()
Get 轨迹事件
|
void |
setCapPic(String CapPic)
Set 抓拍图片
|
void |
setMallAreaId(Long MallAreaId)
Set 卖场区域编码
|
void |
setMallAreaType(Long MallAreaType)
Set 卖场区域类型
|
void |
setShopId(Long ShopId)
Set 门店编码
|
void |
setShoppingBagCount(Long ShoppingBagCount)
Set 购物袋数量
|
void |
setShoppingBagType(Long ShoppingBagType)
Set 购物袋类型
|
void |
setTraceEventTime(String TraceEventTime)
Set 轨迹事件发生时间点
|
void |
setTraceEventType(Long TraceEventType)
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 PersonTracePoint()
public PersonTracePoint(PersonTracePoint source)
public Long getMallAreaId()
public void setMallAreaId(Long MallAreaId)
MallAreaId
- 卖场区域编码public Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 门店编码public Long getMallAreaType()
public void setMallAreaType(Long MallAreaType)
MallAreaType
- 卖场区域类型public Long getTraceEventType()
public void setTraceEventType(Long TraceEventType)
TraceEventType
- 轨迹事件public String getTraceEventTime()
public void setTraceEventTime(String TraceEventTime)
TraceEventTime
- 轨迹事件发生时间点public String getCapPic()
public void setCapPic(String CapPic)
CapPic
- 抓拍图片public Long getShoppingBagType()
public void setShoppingBagType(Long ShoppingBagType)
ShoppingBagType
- 购物袋类型public Long getShoppingBagCount()
public void setShoppingBagCount(Long ShoppingBagCount)
ShoppingBagCount
- 购物袋数量Copyright © 2022. All rights reserved.