Class ActivityStreamResource.MessageVO

    • Constructor Detail

      • MessageVO

        public MessageVO()
    • Method Detail

      • getServiceInstanceId

        public String getServiceInstanceId()
        Returns the activity stream service instance this message belongs to.
        Returns:
        the service instance identifier.
        Since:
        8.2.0
      • setServiceInstanceId

        public void setServiceInstanceId​(String serviceInstanceId)
        Sets the activity stream service instance this message belongs to.
        Parameters:
        serviceInstanceId - the service instance identifier.
        Since:
        8.2.0
      • getMessage

        public String getMessage()
        Returns the message.
        Returns:
        the message.
        Since:
        8.2.0
      • setMessage

        public void setMessage​(String message)
        Sets the message.
        Parameters:
        message - the message.
        Since:
        8.2.0