public class ActionAlterCkUserRequest extends AbstractModel
Constructor and Description |
---|
ActionAlterCkUserRequest() |
ActionAlterCkUserRequest(ActionAlterCkUserRequest 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接口类型
|
CkUserAlterInfo |
getUserInfo()
Get 用户信息
|
void |
setApiType(String ApiType)
Set api接口类型
|
void |
setUserInfo(CkUserAlterInfo UserInfo)
Set 用户信息
|
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 ActionAlterCkUserRequest()
public ActionAlterCkUserRequest(ActionAlterCkUserRequest source)
public CkUserAlterInfo getUserInfo()
public void setUserInfo(CkUserAlterInfo UserInfo)
UserInfo
- 用户信息public String getApiType()
public void setApiType(String ApiType)
ApiType
- api接口类型Copyright © 2022. All rights reserved.