Class Tags


  • public class Tags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.String> tags  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tags()  
      Tags​(java.util.List<java.lang.String> tags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      java.util.List<java.lang.String> getTags()  
      int hashCode()  
      void setTags​(java.util.List<java.lang.String> tags)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tags

        private java.util.List<java.lang.String> tags
    • Constructor Detail

      • Tags

        public Tags()
      • Tags

        public Tags​(java.util.List<java.lang.String> tags)
    • Method Detail

      • getTags

        public java.util.List<java.lang.String> getTags()
      • setTags

        public void setTags​(java.util.List<java.lang.String> tags)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object