Class UserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.UserInfo
-
public class UserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetChannel()Deprecated.StringgetClientIp()Deprecated.StringgetOpenId()Deprecated.StringgetProxyIp()Deprecated.StringgetUserId()Get 用户在平台的编号voidsetChannel(String Channel)Deprecated.voidsetClientIp(String ClientIp)Deprecated.voidsetOpenId(String OpenId)Deprecated.voidsetProxyIp(String ProxyIp)Deprecated.voidsetUserId(String UserId)Set 用户在平台的编号voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UserInfo
public UserInfo()
-
UserInfo
public 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.
-
-
Method Detail
-
getUserId
public String getUserId()
Get 用户在平台的编号- Returns:
- UserId 用户在平台的编号
-
setUserId
public void setUserId(String UserId)
Set 用户在平台的编号- Parameters:
UserId- 用户在平台的编号
-
getChannel
@Deprecated public String getChannel()
Deprecated.Get 用户的来源渠道,一般不用传,特定场景根据接口说明传值- Returns:
- Channel 用户的来源渠道,一般不用传,特定场景根据接口说明传值
-
setChannel
@Deprecated public void setChannel(String Channel)
Deprecated.Set 用户的来源渠道,一般不用传,特定场景根据接口说明传值- Parameters:
Channel- 用户的来源渠道,一般不用传,特定场景根据接口说明传值
-
getOpenId
@Deprecated public String getOpenId()
Deprecated.Get 用户在渠道的编号,一般不用传,特定场景根据接口说明传值- Returns:
- OpenId 用户在渠道的编号,一般不用传,特定场景根据接口说明传值
-
setOpenId
@Deprecated public void setOpenId(String OpenId)
Deprecated.Set 用户在渠道的编号,一般不用传,特定场景根据接口说明传值- Parameters:
OpenId- 用户在渠道的编号,一般不用传,特定场景根据接口说明传值
-
getClientIp
@Deprecated public String getClientIp()
Deprecated.Get 用户真实IP,内部字段,暂未开放- Returns:
- ClientIp 用户真实IP,内部字段,暂未开放
-
setClientIp
@Deprecated public void setClientIp(String ClientIp)
Deprecated.Set 用户真实IP,内部字段,暂未开放- Parameters:
ClientIp- 用户真实IP,内部字段,暂未开放
-
getProxyIp
@Deprecated public String getProxyIp()
Deprecated.Get 用户代理IP,内部字段,暂未开放- Returns:
- ProxyIp 用户代理IP,内部字段,暂未开放
-
setProxyIp
@Deprecated public void setProxyIp(String ProxyIp)
Deprecated.Set 用户代理IP,内部字段,暂未开放- Parameters:
ProxyIp- 用户代理IP,内部字段,暂未开放
-
-