Class MetadataTag


  • public class MetadataTag
    extends MetadataTagIdentityProjection
    Provides a Model representation of a MetadataTag. These tags are used throughout Morpheus to associate names to various Morpheus constructs.
    • Field Detail

      • value

        protected java.lang.String value
      • masked

        protected java.lang.Boolean masked
    • Constructor Detail

      • MetadataTag

        public MetadataTag()
    • Method Detail

      • getType

        public MetadataTagType getType()
        Returns the type of this tag
        Returns:
        the type of this tag
      • setType

        public void setType​(MetadataTagType type)
        Sets the type of this tag
        Parameters:
        type - the type of this tag
      • getValue

        public java.lang.String getValue()
        Returns the value associated to this tag
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value for this tag
        Parameters:
        value - the value for this tag
      • getMasked

        public java.lang.Boolean getMasked()
        Returns whether this tag should be masked in the UI
        Returns:
        the masked
      • setMasked

        public void setMasked​(java.lang.Boolean masked)
        Sets whether this tag should be masked in the UI
        Parameters:
        masked - whether this tag should be masked in the UI