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[] |
getUserIds()
Get 用户ID数组
|
String |
getUserStoreId()
Get 用户目录ID
|
void |
setUserIds(String[] UserIds)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteUsersRequest()
public DeleteUsersRequest(DeleteUsersRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- 用户目录IDpublic String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 用户ID数组Copyright © 2022. All rights reserved.