public class ActionAlterUserRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ActionAlterUserRequest() |
ActionAlterUserRequest(ActionAlterUserRequest 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 |
---|---|
String |
getApiType()
Get api接口类型
|
String[] |
getComputeGroups()
Get 计算组列表
|
String |
getInstanceId()
Get 集群ID
|
UserInfo |
getUserInfo()
Get 用户信息
|
Long |
getUserPrivilege()
Get 用户权限类型 0:普通用户 1:管理员
|
void |
setApiType(String ApiType)
Set api接口类型
|
void |
setComputeGroups(String[] ComputeGroups)
Set 计算组列表
|
void |
setInstanceId(String InstanceId)
Set 集群ID
|
void |
setUserInfo(UserInfo UserInfo)
Set 用户信息
|
void |
setUserPrivilege(Long UserPrivilege)
Set 用户权限类型 0:普通用户 1:管理员
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ActionAlterUserRequest()
public ActionAlterUserRequest(ActionAlterUserRequest source)
public UserInfo getUserInfo()
public void setUserInfo(UserInfo UserInfo)
UserInfo
- 用户信息public String getApiType()
public void setApiType(String ApiType)
ApiType
- api接口类型public Long getUserPrivilege()
public void setUserPrivilege(Long UserPrivilege)
UserPrivilege
- 用户权限类型 0:普通用户 1:管理员public String[] getComputeGroups()
public void setComputeGroups(String[] ComputeGroups)
ComputeGroups
- 计算组列表public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群IDCopyright © 2025. All rights reserved.