Class AInternalMessage

    • Constructor Detail

      • AInternalMessage

        public AInternalMessage()
    • Method Detail

      • getInstantCreated

        public Instant getInstantCreated()
      • getMessageParams

        public String getMessageParams()
      • getTimestampCreated

        public long getTimestampCreated()
      • getUUID

        public String getUUID()
        Description copied from interface: IUUIDEntity
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        getUUID in interface IUUIDEntity
        Returns:
        The UUID of the entity.
      • getUUIDObject

        public UUID getUUIDObject()
        Description copied from interface: IUUIDEntity
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        getUUIDObject in interface IUUIDEntity
        Returns:
        The UUID of the entity.
      • getZonedDateTimeCreated

        public ZonedDateTime getZonedDateTimeCreated()
      • isRead

        public boolean isRead()
      • setInstantCreated

        public void setInstantCreated​(Instant instantCreated)
      • setMessageParams

        public void setMessageParams​(String messageParams)
      • setRead

        public void setRead​(boolean read)
      • setTimestampCreated

        public void setTimestampCreated​(long timestampCreated)
      • setUUID

        public void setUUID​(String uuid)
        Description copied from interface: IUUIDEntity
        Sets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        setUUID in interface IUUIDEntity
        Parameters:
        uuid - The UUID of the entity.
      • setUUIDObject

        public void setUUIDObject​(UUID uuid)