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 Details

  • Constructor Details

    • MetadataTag

      public MetadataTag()
  • Method Details

    • 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 String getValue()
      Returns the value associated to this tag
      Returns:
      the value
    • setValue

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

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

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