public class UserInfo extends AbstractModel
header, skipSign
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()
Deprecated.
|
String |
getClientIp()
Deprecated.
|
String |
getOpenId()
Deprecated.
|
String |
getProxyIp()
Deprecated.
|
String |
getUserId()
Get 用户在平台的编号
|
void |
setChannel(String Channel)
Deprecated.
|
void |
setClientIp(String ClientIp)
Deprecated.
|
void |
setOpenId(String OpenId)
Deprecated.
|
void |
setProxyIp(String ProxyIp)
Deprecated.
|
void |
setUserId(String UserId)
Set 用户在平台的编号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserInfo()
public UserInfo(UserInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户在平台的编号@Deprecated public String getChannel()
@Deprecated public void setChannel(String Channel)
Channel
- 用户的来源渠道,一般不用传,特定场景根据接口说明传值@Deprecated public String getOpenId()
@Deprecated public void setOpenId(String OpenId)
OpenId
- 用户在渠道的编号,一般不用传,特定场景根据接口说明传值@Deprecated public String getClientIp()
@Deprecated public void setClientIp(String ClientIp)
ClientIp
- 用户真实IP,内部字段,暂未开放@Deprecated public String getProxyIp()
@Deprecated public void setProxyIp(String ProxyIp)
ProxyIp
- 用户代理IP,内部字段,暂未开放Copyright © 2024. All rights reserved.