Class DelegateMessage


  • public class DelegateMessage
    extends Object
    Created by The eXo Platform SAS.
    Version:
    $Id: $
    Author:
    Vitaly Parfonov
    • Constructor Detail

      • DelegateMessage

        public DelegateMessage()
      • DelegateMessage

        public DelegateMessage​(String channel,
                               String exoId,
                               String message,
                               String msgId)
        Parameters:
        channel - the id of channel.
        exoId - the client id (deliver)
        message - the message
        msgId - id of message
      • DelegateMessage

        public DelegateMessage​(String channel,
                               String message,
                               String msgId)
        Parameters:
        channel - the id of channel.
        message - the message
        msgId - id of message
    • Method Detail

      • getMessage

        public String getMessage()
        Returns:
        the message
      • setMessage

        public void setMessage​(String message)
        Parameters:
        message - the message to set
      • getExoId

        public String getExoId()
        Returns:
        the exoId
      • setExoId

        public void setExoId​(String exoId)
        Parameters:
        exoId - the exoId to set
      • getChannel

        public String getChannel()
        Returns:
        the channel
      • setChannel

        public void setChannel​(String channel)
        Parameters:
        channel - the channel to set
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getId

        public String getId()
        Returns:
        the id