Class UserInfoRsp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20210524.models.UserInfoRsp
-
public class UserInfoRsp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSubInfogetAuthenticationUserInfo()Get 用户验证信息StringgetAvatar()Get 头像地址 注意:此字段可能返回 null,表示取不到有效值。StringgetFeatures()Get 介绍 注意:此字段可能返回 null,表示取不到有效值。LonggetId()Get 用户IDLonggetPreviewStatus()Get 状况voidsetAuthenticationUserInfo(UserSubInfo AuthenticationUserInfo)Set 用户验证信息voidsetAvatar(String Avatar)Set 头像地址 注意:此字段可能返回 null,表示取不到有效值。voidsetFeatures(String Features)Set 介绍 注意:此字段可能返回 null,表示取不到有效值。voidsetId(Long Id)Set 用户IDvoidsetPreviewStatus(Long PreviewStatus)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
-
UserInfoRsp
public UserInfoRsp()
-
UserInfoRsp
public 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.
-
-
Method Detail
-
getId
public Long getId()
Get 用户ID- Returns:
- Id 用户ID
-
setId
public void setId(Long Id)
Set 用户ID- Parameters:
Id- 用户ID
-
getAuthenticationUserInfo
public UserSubInfo getAuthenticationUserInfo()
Get 用户验证信息- Returns:
- AuthenticationUserInfo 用户验证信息
-
setAuthenticationUserInfo
public void setAuthenticationUserInfo(UserSubInfo AuthenticationUserInfo)
Set 用户验证信息- Parameters:
AuthenticationUserInfo- 用户验证信息
-
getAvatar
public String getAvatar()
Get 头像地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Avatar 头像地址 注意:此字段可能返回 null,表示取不到有效值。
-
setAvatar
public void setAvatar(String Avatar)
Set 头像地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Avatar- 头像地址 注意:此字段可能返回 null,表示取不到有效值。
-
getFeatures
public String getFeatures()
Get 介绍 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Features 介绍 注意:此字段可能返回 null,表示取不到有效值。
-
setFeatures
public void setFeatures(String Features)
Set 介绍 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Features- 介绍 注意:此字段可能返回 null,表示取不到有效值。
-
getPreviewStatus
public Long getPreviewStatus()
Get 状况- Returns:
- PreviewStatus 状况
-
setPreviewStatus
public void setPreviewStatus(Long PreviewStatus)
Set 状况- Parameters:
PreviewStatus- 状况
-
-