Class Tag

java.lang.Object
com.strongdm.api.Tag

public class Tag extends Object
  • Constructor Details

    • Tag

      public Tag()
  • Method Details

    • getName

      public String getName()
      The name or key of this tag. Each name can only refer to one value on a tagged entity.
    • setName

      public void setName(String in)
      The name or key of this tag. Each name can only refer to one value on a tagged entity.
    • getValue

      public String getValue()
      The value of this tag.
    • setValue

      public void setValue(String in)
      The value of this tag.