Class LiteLabelSearchResult

    • Constructor Detail

      • LiteLabelSearchResult

        public LiteLabelSearchResult()
      • LiteLabelSearchResult

        public LiteLabelSearchResult​(Label label)
      • LiteLabelSearchResult

        public LiteLabelSearchResult​(LabelSearchResult labelSearchResult)
      • LiteLabelSearchResult

        public LiteLabelSearchResult​(Label label,
                                     int count)
      • LiteLabelSearchResult

        public LiteLabelSearchResult​(long id,
                                     String name,
                                     String namespace,
                                     String lowerUserName,
                                     int count)
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getNamespace

        public String getNamespace()
      • setNamespace

        public void setNamespace​(String namespace)
      • setCount

        public void setCount​(int count)
      • getLowerUserName

        public String getLowerUserName()
      • setUser

        public void setUser​(String lowerUserName)
      • getUrlPath

        public String getUrlPath()
      • getUrlPath

        public String getUrlPath​(String currentSpaceKey)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object