public class UserData extends Object
Constructor and Description |
---|
UserData() |
UserData(String userType) |
UserData(String userType,
Map<String,String> staticAttributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getStaticAttributes()
Gets static attributes of user
|
String |
getUserType()
Gets type of user
|
void |
setStaticAttributes(Map<String,String> staticAttributes)
Sets static attributes of user
|
void |
setUserType(String userType)
Sets type of user
|
public UserData()
public UserData(String userType)
public String getUserType()
public void setUserType(String userType)
userType
- - The type of user. The possible type of user is 'person' or 'robot'.public Map<String,String> getStaticAttributes()
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.