Class UploadFileInfo

java.lang.Object
org.exoplatform.webconferencing.UploadFileInfo

public class UploadFileInfo extends Object
The Class UploadFileInfo.
  • Constructor Details

    • UploadFileInfo

      public UploadFileInfo(String callId, String identity, String type, String user, List<String> participants)
      Instantiates a new upload file info.
      Parameters:
      callId - the call id
      identity - the identity
      type - the is type
      user - the user
      participants - the participants
  • Method Details

    • getCallId

      public String getCallId()
      Gets the call id.
      Returns:
      the call id
    • getIdentity

      public String getIdentity()
      Gets the identity.
      Returns:
      the identity
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • getUser

      public String getUser()
      Gets the user.
      Returns:
      the user
    • getParticipants

      public List<String> getParticipants()
      Gets the participants.
      Returns:
      the participants