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接口类型
|
UserInfo |
getUserInfo()
Get 用户信息
|
Long |
getUserPrivilege()
Get 用户权限类型 0:普通用户 1:管理员
|
void |
setApiType(String ApiType)
Set api接口类型
|
void |
setUserInfo(UserInfo UserInfo)
Set 用户信息
|
void |
setUserPrivilege(Long UserPrivilege)
Set 用户权限类型 0:普通用户 1:管理员
|
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, toJsonString
public ActionAlterUserRequest()
public ActionAlterUserRequest(ActionAlterUserRequest source)
public UserInfo getUserInfo()
public void setUserInfo(UserInfo UserInfo)
UserInfo
- 用户信息public String getApiType()
public void setApiType(String ApiType)
ApiType
- api接口类型public Long getUserPrivilege()
public void setUserPrivilege(Long UserPrivilege)
UserPrivilege
- 用户权限类型 0:普通用户 1:管理员Copyright © 2024. All rights reserved.