Class UserState


  • public class UserState
    extends Object
    Created by The eXo Platform SAS.
    Version:
    $Id: UserState.java 00000 Aug 2, 2017 pnedonosko $
    Author:
    Peter Nedonosko
    • Constructor Detail

      • UserState

        public UserState​(String userId,
                         String value)
        Instantiates a new user state.
        Parameters:
        userId - the user id
        value - the value
    • Method Detail

      • getUserId

        public String getUserId()
        Gets the user id.
        Returns:
        the user id
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value