Class UserInfoForUserManager
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.UserInfoForUserManager
-
public class UserInfoForUserManager extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UserInfoForUserManager()
UserInfoForUserManager(UserInfoForUserManager 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 String
getPassWord()
Get 密码String
getReMark()
Get 备注String
getUserGroup()
Get 用户所属的组String
getUserName()
Get 用户名void
setPassWord(String PassWord)
Set 密码void
setReMark(String ReMark)
Set 备注void
setUserGroup(String UserGroup)
Set 用户所属的组void
setUserName(String UserName)
Set 用户名void
toMap(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
-
UserInfoForUserManager
public UserInfoForUserManager()
-
UserInfoForUserManager
public UserInfoForUserManager(UserInfoForUserManager 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
-
getUserName
public String getUserName()
Get 用户名- Returns:
- UserName 用户名
-
setUserName
public void setUserName(String UserName)
Set 用户名- Parameters:
UserName
- 用户名
-
getUserGroup
public String getUserGroup()
Get 用户所属的组- Returns:
- UserGroup 用户所属的组
-
setUserGroup
public void setUserGroup(String UserGroup)
Set 用户所属的组- Parameters:
UserGroup
- 用户所属的组
-
getPassWord
public String getPassWord()
Get 密码- Returns:
- PassWord 密码
-
setPassWord
public void setPassWord(String PassWord)
Set 密码- Parameters:
PassWord
- 密码
-
getReMark
public String getReMark()
Get 备注- Returns:
- ReMark 备注
-
setReMark
public void setReMark(String ReMark)
Set 备注- Parameters:
ReMark
- 备注
-
-