public class DeviceUser extends Object
| 构造器和说明 |
|---|
DeviceUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthority()
权限(仅有设备所有权和设备使用权两种权限)
|
String |
getDeviceUserId()
用户id
|
String |
getDeviceUserName()
用户名称
|
String |
getRoleType()
角色类型【NONE 无,MEMBER 存货方,CUSTODIAN 保管方,LENDER 资金方,OPERATOR 运营方,WARRANTY 担保方 ALL 所有】
|
void |
setAuthority(String authority)
权限(仅有设备所有权和设备使用权两种权限)
|
void |
setDeviceUserId(String deviceUserId)
用户id
|
void |
setDeviceUserName(String deviceUserName)
用户名称
|
void |
setRoleType(String roleType)
角色类型【NONE 无,MEMBER 存货方,CUSTODIAN 保管方,LENDER 资金方,OPERATOR 运营方,WARRANTY 担保方 ALL 所有】
|
public String getDeviceUserId()
public void setDeviceUserId(String deviceUserId)
public String getDeviceUserName()
public void setDeviceUserName(String deviceUserName)
public String getRoleType()
public void setRoleType(String roleType)
public String getAuthority()
public void setAuthority(String authority)
Copyright © 2021. All Rights Reserved.