Interface EntityElement

    • Method Detail

      • setID

        void setID​(UUID uuid)
        Sets the unique identifier (UUID) for the element.
        Specified by:
        setID in interface IdentifiableElement
        Parameters:
        uuid - The UUID to set.
      • getMetadata

        @ISProperty(name="metadata",
                    mandatory=true,
                    nullable=false,
                    description="Metadata associated with the instance that is automatically created/updated by the system.")
        Metadata getMetadata()
        Returns the metadata associated with the element.

        The metadata is included in JSON serialization only if it is not null.

        Metadata is automatically managed by the system and is mandatory.

        Specified by:
        getMetadata in interface IdentifiableElement
        Returns:
        The Metadata of the element, or null if none is set.