public class UpdateUserStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateUserStatusRequest() |
UpdateUserStatusRequest(UpdateUserStatusRequest 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 |
getStatus()
Get User status
**NORMAL** Normal
**LOCK** Locked
**FREEZE** Frozen
|
String |
getUserId()
Get User ID
|
String |
getUserStoreId()
Get User directory ID
|
void |
setStatus(String Status)
Set User status
**NORMAL** Normal
**LOCK** Locked
**FREEZE** Frozen
|
void |
setUserId(String UserId)
Set User ID
|
void |
setUserStoreId(String UserStoreId)
Set User directory ID
|
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 UpdateUserStatusRequest()
public UpdateUserStatusRequest(UpdateUserStatusRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- User directory IDpublic String getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic String getStatus()
public void setStatus(String Status)
Status
- User status
Copyright © 2024. All rights reserved.