public class DeleteUsersRequest extends AbstractModel
Constructor and Description |
---|
DeleteUsersRequest() |
DeleteUsersRequest(DeleteUsersRequest 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[] |
getDeleteIdList()
Get List of IDs of the users to be deleted.
|
String[] |
getDeleteNameList()
Get List of usernames of the users to be deleted.
|
void |
setDeleteIdList(String[] DeleteIdList)
Set List of IDs of the users to be deleted.
|
void |
setDeleteNameList(String[] DeleteNameList)
Set List of usernames of the users to be deleted.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteUsersRequest()
public DeleteUsersRequest(DeleteUsersRequest source)
public String[] getDeleteIdList()
public void setDeleteIdList(String[] DeleteIdList)
DeleteIdList
- List of IDs of the users to be deleted. You need to specify at least `DeleteIdList` or `DeleteNameList`. If both are specified, `DeleteNameList` will be used first.public String[] getDeleteNameList()
public void setDeleteNameList(String[] DeleteNameList)
DeleteNameList
- List of usernames of the users to be deleted. You need to specify at least `DeleteIdList` or `DeleteNameList`. If both are specified, `DeleteNameList` will be used first.Copyright © 2023. All rights reserved.