Package de.xima.fc.inbox.model.messages
Class ProcessChatUserData
- java.lang.Object
-
- de.xima.fc.inbox.model.messages.ProcessChatUserData
-
- All Implemented Interfaces:
Serializable
public class ProcessChatUserData extends Object implements Serializable
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessChatUserData(String displayName, String universalReferenceId, UUID userProfileUuid, boolean initialUser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDisplayName()
String
getUniversalReferenceId()
UUID
getUserProfileUuid()
int
hashCode()
boolean
isInitialUser()
String
toString()
-