Class DocState

    • Constructor Detail

      • DocState

        public DocState​(java.lang.String pluginId,
                        java.lang.String id,
                        java.lang.String dir,
                        java.lang.String file,
                        java.lang.String name,
                        java.lang.String description,
                        java.lang.String notes,
                        java.util.List<@Valid Tag> tags,
                        java.util.List<@Valid DocFile> files)
    • Method Detail

      • getDir

        public java.lang.String getDir()
      • getFile

        public java.lang.String getFile()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getNotes

        public java.lang.String getNotes()
      • getTags

        public java.util.List<Tag> getTags()
      • getFiles

        public java.util.List<DocFile> getFiles()
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • withPluginId

        public DocState withPluginId​(java.lang.String pluginId)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withId

        public DocState withId​(java.lang.String id)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDir

        public DocState withDir​(java.lang.String dir)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withFile

        public DocState withFile​(java.lang.String file)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withName

        public DocState withName​(java.lang.String name)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDescription

        public DocState withDescription​(java.lang.String description)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withNotes

        public DocState withNotes​(java.lang.String notes)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withTags

        public DocState withTags​(java.util.List<Tag> tags)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withFiles

        public DocState withFiles​(java.util.List<DocFile> files)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).