Class UserSubInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20210524.models.UserSubInfo
-
public class UserSubInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UserSubInfo()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsAdmin()Get 是否为管理员BooleangetIsTrial()Get xxx 注意:此字段可能返回 null,表示取不到有效值。StringgetNickName()Get 昵称StringgetTeam()Get 团队名称StringgetUserName()Get 用户名voidsetIsAdmin(Boolean IsAdmin)Set 是否为管理员voidsetIsTrial(Boolean IsTrial)Set xxx 注意:此字段可能返回 null,表示取不到有效值。voidsetNickName(String NickName)Set 昵称voidsetTeam(String Team)Set 团队名称voidsetUserName(String UserName)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
-
UserSubInfo
public UserSubInfo()
-
UserSubInfo
public 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.
-
-
Method Detail
-
getTeam
public String getTeam()
Get 团队名称- Returns:
- Team 团队名称
-
setTeam
public void setTeam(String Team)
Set 团队名称- Parameters:
Team- 团队名称
-
getUserName
public String getUserName()
Get 用户名- Returns:
- UserName 用户名
-
setUserName
public void setUserName(String UserName)
Set 用户名- Parameters:
UserName- 用户名
-
getNickName
public String getNickName()
Get 昵称- Returns:
- NickName 昵称
-
setNickName
public void setNickName(String NickName)
Set 昵称- Parameters:
NickName- 昵称
-
getIsAdmin
public Boolean getIsAdmin()
Get 是否为管理员- Returns:
- IsAdmin 是否为管理员
-
setIsAdmin
public void setIsAdmin(Boolean IsAdmin)
Set 是否为管理员- Parameters:
IsAdmin- 是否为管理员
-
getIsTrial
public Boolean getIsTrial()
Get xxx 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsTrial xxx 注意:此字段可能返回 null,表示取不到有效值。
-
setIsTrial
public void setIsTrial(Boolean IsTrial)
Set xxx 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsTrial- xxx 注意:此字段可能返回 null,表示取不到有效值。
-
-