public class DeleteUserGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteUserGroupsRequest() |
DeleteUserGroupsRequest(DeleteUserGroupsRequest 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[] |
getUserGroupIds()
Get 用户组ID数组
|
String |
getUserStoreId()
Get 用户目录ID
|
void |
setUserGroupIds(String[] UserGroupIds)
Set 用户组ID数组
|
void |
setUserStoreId(String UserStoreId)
Set 用户目录ID
|
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 DeleteUserGroupsRequest()
public DeleteUserGroupsRequest(DeleteUserGroupsRequest source)
public String[] getUserGroupIds()
public void setUserGroupIds(String[] UserGroupIds)
UserGroupIds
- 用户组ID数组public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- 用户目录IDCopyright © 2024. All rights reserved.