public class Role extends AbstractModel
Constructor and Description |
---|
Role() |
Role(Role 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 |
getRemark()
Get 备注说明。
|
String |
getRoleName()
Get 角色名称。
|
String |
getToken()
Get 角色token值。
|
String |
getUpdateTime()
Get 更新时间。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setRemark(String Remark)
Set 备注说明。
|
void |
setRoleName(String RoleName)
Set 角色名称。
|
void |
setToken(String Token)
Set 角色token值。
|
void |
setUpdateTime(String UpdateTime)
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 Role()
public Role(Role source)
public String getRoleName()
public void setRoleName(String RoleName)
RoleName
- 角色名称。public String getToken()
public void setToken(String Token)
Token
- 角色token值。public String getRemark()
public void setRemark(String Remark)
Remark
- 备注说明。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间。Copyright © 2022. All rights reserved.