Class CreateTransientActivityLogRecordJson

  • All Implemented Interfaces:
    Serializable

    public class CreateTransientActivityLogRecordJson
    extends BaseJson
    Used when adding a notification for a file action in the file's activity log file.
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateTransientActivityLogRecordJson

        public CreateTransientActivityLogRecordJson()
    • Method Detail

      • getDate

        public Date getDate()
      • setDate

        public void setDate​(Date date)
      • getRoomGuid

        public String getRoomGuid()
      • setRoomGuid

        public void setRoomGuid​(String roomGuid)
      • getApplication

        public String getApplication()
        Application name
        Returns:
        Application name
      • setApplication

        public void setApplication​(String application)
        Application name
        Parameters:
        application - Application name
      • getAnnotatingUsers

        public Set<String> getAnnotatingUsers()
        Annotating users for annotated file
        Returns:
        Annotating users for annotated file
      • setAnnotatingUsers

        public void setAnnotatingUsers​(Set<String> annotatingUsers)
        Annotating users for annotated file
        Parameters:
        annotatingUsers - Annotating users for annotated file
      • getClientDate

        public Date getClientDate()
        Client time to calculate the diff with server time
        Returns:
        Client time to calculate the diff with server time
      • setClientDate

        public void setClientDate​(Date clientDate)
        Client time to calculate the diff with server time
        Parameters:
        clientDate - Client time to calculate the diff with server time
      • getPrinterName

        public String getPrinterName()
        Printer name (not implemented).
        Returns:
        Printer name (not implemented).
      • setPrinterName

        public void setPrinterName​(String printerName)
        Printer name (not implemented).
        Parameters:
        printerName - Printer name (not implemented).
      • getType

        public LogActionType getType()
        Type of log action
        Returns:
        Type of log action
      • setType

        public void setType​(LogActionType type)
        Type of log action
        Parameters:
        type - Type of log action
      • getDocumentPath

        public String getDocumentPath()
      • setDocumentPath

        public void setDocumentPath​(String documentPath)