public static class SessionMsgModel.FromUser extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
bizId |
private String |
nicename |
private String |
role |
private String |
scope |
private String |
status |
private Integer |
tenantId |
private String |
userId |
private String |
userScope |
private String |
userType |
| 构造器和说明 |
|---|
FromUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizId() |
String |
getNicename() |
String |
getRole() |
String |
getScope() |
String |
getStatus() |
Integer |
getTenantId() |
String |
getUserId() |
String |
getUserScope() |
String |
getUserType() |
void |
setBizId(String bizId) |
void |
setNicename(String nicename) |
void |
setRole(String role) |
void |
setScope(String scope) |
void |
setStatus(String status) |
void |
setTenantId(Integer tenantId) |
void |
setUserId(String userId) |
void |
setUserScope(String userScope) |
void |
setUserType(String userType) |
private Integer tenantId
private String userId
private String userType
private String userScope
private String nicename
private String scope
private String bizId
private String status
private String role
public Integer getTenantId()
public void setTenantId(Integer tenantId)
public String getUserId()
public void setUserId(String userId)
public String getUserType()
public void setUserType(String userType)
public String getUserScope()
public void setUserScope(String userScope)
public String getNicename()
public void setNicename(String nicename)
public String getScope()
public void setScope(String scope)
public String getBizId()
public void setBizId(String bizId)
public String getStatus()
public void setStatus(String status)
public String getRole()
public void setRole(String role)
Copyright © 2024. All rights reserved.