public class ActionAlterUserRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ActionAlterUserRequest()  | 
ActionAlterUserRequest(ActionAlterUserRequest 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 | 
getApiType()
Get API type 
 | 
UserInfo | 
getUserInfo()
Get User information 
 | 
Long | 
getUserPrivilege()
Get User permission type. 
 | 
void | 
setApiType(String ApiType)
Set API type 
 | 
void | 
setUserInfo(UserInfo UserInfo)
Set User information 
 | 
void | 
setUserPrivilege(Long UserPrivilege)
Set User permission type. 
 | 
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, toJsonStringpublic ActionAlterUserRequest()
public ActionAlterUserRequest(ActionAlterUserRequest source)
public UserInfo getUserInfo()
public void setUserInfo(UserInfo UserInfo)
UserInfo - User informationpublic String getApiType()
public void setApiType(String ApiType)
ApiType - API typepublic Long getUserPrivilege()
public void setUserPrivilege(Long UserPrivilege)
UserPrivilege - User permission type. 0: ordinary user; 1: administrator.Copyright © 2025. All rights reserved.