Class Tags

  • All Implemented Interfaces:
    Tagged
    Direct Known Subclasses:
    BlockParams

    public class Tags
    extends java.lang.Object
    implements Tagged
    • Constructor Summary

      Constructors 
      Constructor Description
      Tags()  
    • Method Summary

      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getTags()  
      void setTags​(java.util.Map<java.lang.String,​java.lang.String> tags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tags

        public Tags()
    • Method Detail

      • getTags

        public java.util.Map<java.lang.String,​java.lang.String> getTags()
        Specified by:
        getTags in interface Tagged
      • setTags

        public void setTags​(java.util.Map<java.lang.String,​java.lang.String> tags)