Package com.strongdm.api
Class Tag
java.lang.Object
com.strongdm.api.Tag
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Tag
public Tag()
-
-
Method Details
-
getName
The name or key of this tag. Each name can only refer to one value on a tagged entity. -
setName
The name or key of this tag. Each name can only refer to one value on a tagged entity. -
getValue
The value of this tag. -
setValue
The value of this tag.
-