Class UserState

java.lang.Object
org.exoplatform.webconferencing.UserState

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

  • Constructor Details

    • UserState

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

    • getUserId

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

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