java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.tag.id.TagCode
All Implemented Interfaces:
IObjectId, ITagId, Serializable

@JsonObject("as.dto.tag.id.TagCode") public class TagCode extends Object implements ITagId, Serializable
Tag code.
See Also:
  • Constructor Details

    • TagCode

      public TagCode(String code)
      Parameters:
      code - Tag code, e.g. "MY_TAG".
  • Method Details