public class DeleteUsersRequest extends AbstractModel
skipSign
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 被删除用户的ID列表。DeleteIdList 和 DeleteNameList 需至少一个不为空;都不为空时优先使用 DeleteNameList。
|
String[] |
getDeleteNameList()
Get 被删除用户的名称列表。DeleteIdList 和 DeleteNameList 需至少一个不为空;都不为空时优先使用 DeleteNameList。
|
void |
setDeleteIdList(String[] DeleteIdList)
Set 被删除用户的ID列表。DeleteIdList 和 DeleteNameList 需至少一个不为空;都不为空时优先使用 DeleteNameList。
|
void |
setDeleteNameList(String[] DeleteNameList)
Set 被删除用户的名称列表。DeleteIdList 和 DeleteNameList 需至少一个不为空;都不为空时优先使用 DeleteNameList。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteUsersRequest()
public DeleteUsersRequest(DeleteUsersRequest source)
public String[] getDeleteIdList()
public void setDeleteIdList(String[] DeleteIdList)
DeleteIdList
- 被删除用户的ID列表。DeleteIdList 和 DeleteNameList 需至少一个不为空;都不为空时优先使用 DeleteNameList。public String[] getDeleteNameList()
public void setDeleteNameList(String[] DeleteNameList)
DeleteNameList
- 被删除用户的名称列表。DeleteIdList 和 DeleteNameList 需至少一个不为空;都不为空时优先使用 DeleteNameList。Copyright © 2023. All rights reserved.