public class Data extends AbstractModel
Constructor and Description |
---|
Data() |
Data(Data 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 |
---|---|
Long |
getPostTime()
Get 操作时间戳,单位秒
|
String |
getUid()
Get 用户ID
accountType不同对应不同的用户ID。如果是QQ或微信用户则填入对应的openId
|
String |
getUserIp()
Get 操作来源的外网IP
|
Long |
getValueScore()
Get 0~100:营销价值评分,分值越高,价值越大
[0,50]低价值
[50,70]价值一般
[70,100]高价值
|
void |
setPostTime(Long PostTime)
Set 操作时间戳,单位秒
|
void |
setUid(String Uid)
Set 用户ID
accountType不同对应不同的用户ID。如果是QQ或微信用户则填入对应的openId
|
void |
setUserIp(String UserIp)
Set 操作来源的外网IP
|
void |
setValueScore(Long ValueScore)
Set 0~100:营销价值评分,分值越高,价值越大
[0,50]低价值
[50,70]价值一般
[70,100]高价值
|
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 Data()
public Data(Data source)
public Long getPostTime()
public void setPostTime(Long PostTime)
PostTime
- 操作时间戳,单位秒public String getUid()
public void setUid(String Uid)
Uid
- 用户ID
accountType不同对应不同的用户ID。如果是QQ或微信用户则填入对应的openIdpublic String getUserIp()
public void setUserIp(String UserIp)
UserIp
- 操作来源的外网IPpublic Long getValueScore()
public void setValueScore(Long ValueScore)
ValueScore
- 0~100:营销价值评分,分值越高,价值越大
[0,50]低价值
[50,70]价值一般
[70,100]高价值Copyright © 2021. All rights reserved.