Uses of Class
com.tencentcloudapi.cloudstudio.v20210524.models.UserSubInfo
-
Packages that use UserSubInfo Package Description com.tencentcloudapi.cloudstudio.v20210524.models -
-
Uses of UserSubInfo in com.tencentcloudapi.cloudstudio.v20210524.models
Methods in com.tencentcloudapi.cloudstudio.v20210524.models that return UserSubInfo Modifier and Type Method Description UserSubInfoUserInfoRsp. getAuthenticationUserInfo()Get 用户验证信息Methods in com.tencentcloudapi.cloudstudio.v20210524.models with parameters of type UserSubInfo Modifier and Type Method Description voidUserInfoRsp. setAuthenticationUserInfo(UserSubInfo AuthenticationUserInfo)Set 用户验证信息Constructors in com.tencentcloudapi.cloudstudio.v20210524.models with parameters of type UserSubInfo Constructor Description UserSubInfo(UserSubInfo 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.
-