Class UploadFileInfo


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

      • 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 Detail

      • 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