public class User extends AbstractModel
Constructor and Description |
---|
User() |
User(User 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 创建时间
|
String |
getName()
Get 用户名称
|
String |
getUpdateTime()
Get 最后更新时间
|
Long |
getUserId()
Get 用户id
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setName(String Name)
Set 用户名称
|
void |
setUpdateTime(String UpdateTime)
Set 最后更新时间
|
void |
setUserId(Long UserId)
Set 用户id
|
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 User()
public User(User source)
public Long getUserId()
public void setUserId(Long UserId)
UserId
- 用户idpublic String getName()
public void setName(String Name)
Name
- 用户名称public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 最后更新时间Copyright © 2022. All rights reserved.