public class UserInfo extends AbstractModel
Constructor and Description |
---|
UserInfo() |
UserInfo(UserInfo 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 |
getChannel()
Get 用户的来源渠道
|
String |
getClientIp()
Get 用户真实IP
|
String |
getOpenId()
Get 用户在渠道的编号
|
String |
getProxyIp()
Get 用户代理IP
|
String |
getUserId()
Get 用户在平台的编号
|
void |
setChannel(String Channel)
Set 用户的来源渠道
|
void |
setClientIp(String ClientIp)
Set 用户真实IP
|
void |
setOpenId(String OpenId)
Set 用户在渠道的编号
|
void |
setProxyIp(String ProxyIp)
Set 用户代理IP
|
void |
setUserId(String UserId)
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 UserInfo()
public UserInfo(UserInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户在平台的编号public String getChannel()
public void setChannel(String Channel)
Channel
- 用户的来源渠道public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- 用户在渠道的编号public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- 用户真实IPpublic String getProxyIp()
public void setProxyIp(String ProxyIp)
ProxyIp
- 用户代理IPCopyright © 2022. All rights reserved.