public class UserMessage extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserMessage() |
UserMessage(UserMessage 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 |
getCreateTime()
Get The creation time of the current user, e.g.
|
String |
getCreator()
Get The creator of the current user
|
String |
getUserAlias()
Get User alias
|
String |
getUserDescription()
Get User description
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getUserId()
Get User Id which matches the sub-user UIN on the CAM side
|
void |
setCreateTime(String CreateTime)
Set The creation time of the current user, e.g.
|
void |
setCreator(String Creator)
Set The creator of the current user
|
void |
setUserAlias(String UserAlias)
Set User alias
|
void |
setUserDescription(String UserDescription)
Set User description
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setUserId(String UserId)
Set User Id which matches the sub-user UIN on the CAM side
|
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 UserMessage()
public UserMessage(UserMessage source)
public String getUserId()
public void setUserId(String UserId)
UserId
- User Id which matches the sub-user UIN on the CAM sidepublic String getUserDescription()
public void setUserDescription(String UserDescription)
UserDescription
- User description
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getCreator()
public void setCreator(String Creator)
Creator
- The creator of the current userpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time of the current user, e.g. 16:19:32, July 28, 2021public String getUserAlias()
public void setUserAlias(String UserAlias)
UserAlias
- User aliasCopyright © 2024. All rights reserved.