public class ModifyUserGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyUserGroupRequest() |
ModifyUserGroupRequest(ModifyUserGroupRequest 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[] |
getGroups()
Get User subgroup.
|
String |
getRemark()
Get Remarks.
|
String |
getUserGroup()
Get User primary group.
|
String[] |
getUsers()
Get User information list.
|
void |
setGroups(String[] Groups)
Set User subgroup.
|
void |
setRemark(String Remark)
Set Remarks.
|
void |
setUserGroup(String UserGroup)
Set User primary group.
|
void |
setUsers(String[] Users)
Set User information list.
|
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 ModifyUserGroupRequest()
public ModifyUserGroupRequest(ModifyUserGroupRequest source)
public String[] getUsers()
public void setUsers(String[] Users)
Users
- User information list.public String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup
- User primary group. The CVM cluster is a required parameter, while the TKE cluster is optional.public String[] getGroups()
public void setGroups(String[] Groups)
Groups
- User subgroup.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks.Copyright © 2025. All rights reserved.