public class AddUserToUserGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddUserToUserGroupRequest() |
AddUserToUserGroupRequest(AddUserToUserGroupRequest 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 |
getUserGroupId()
Get User group ID, which is globally unique.
|
String[] |
getUserIds()
Get List of IDs of the users to be added to the user group.
|
void |
setUserGroupId(String UserGroupId)
Set User group ID, which is globally unique.
|
void |
setUserIds(String[] UserIds)
Set List of IDs of the users to be added to the user group.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AddUserToUserGroupRequest()
public AddUserToUserGroupRequest(AddUserToUserGroupRequest source)
public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- List of IDs of the users to be added to the user group.public String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId
- User group ID, which is globally unique.Copyright © 2024. All rights reserved.