public class UserInfoRsp extends AbstractModel
skipSign
Constructor and Description |
---|
UserInfoRsp() |
UserInfoRsp(UserInfoRsp 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 |
---|---|
UserSubInfo |
getAuthenticationUserInfo()
Get 用户验证信息
|
String |
getAvatar()
Get 头像地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFeatures()
Get 介绍
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get 用户ID
|
Long |
getPreviewStatus()
Get 状况
|
void |
setAuthenticationUserInfo(UserSubInfo AuthenticationUserInfo)
Set 用户验证信息
|
void |
setAvatar(String Avatar)
Set 头像地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFeatures(String Features)
Set 介绍
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 用户ID
|
void |
setPreviewStatus(Long PreviewStatus)
Set 状况
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserInfoRsp()
public UserInfoRsp(UserInfoRsp source)
public Long getId()
public void setId(Long Id)
Id
- 用户IDpublic UserSubInfo getAuthenticationUserInfo()
public void setAuthenticationUserInfo(UserSubInfo AuthenticationUserInfo)
AuthenticationUserInfo
- 用户验证信息public String getAvatar()
public void setAvatar(String Avatar)
Avatar
- 头像地址
注意:此字段可能返回 null,表示取不到有效值。public String getFeatures()
public void setFeatures(String Features)
Features
- 介绍
注意:此字段可能返回 null,表示取不到有效值。public Long getPreviewStatus()
public void setPreviewStatus(Long PreviewStatus)
PreviewStatus
- 状况Copyright © 2023. All rights reserved.