Class ActivityStreamResource.MessageVO

    • Constructor Summary

      Constructors 
      Constructor Description
      MessageVO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Returns the message.
      java.lang.String getServiceInstanceId()
      Returns the activity stream service instance this message belongs to.
      void setMessage​(java.lang.String message)
      Sets the message.
      void setServiceInstanceId​(java.lang.String serviceInstanceId)
      Sets the activity stream service instance this message belongs to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageVO

        public MessageVO()
    • Method Detail

      • getServiceInstanceId

        public java.lang.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​(java.lang.String serviceInstanceId)
        Sets the activity stream service instance this message belongs to.
        Parameters:
        serviceInstanceId - the service instance identifier.
        Since:
        8.2.0
      • getMessage

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

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