Class ReadmeState

    • Constructor Detail

      • ReadmeState

        @ConstructorProperties({"pluginId","fileName","content"})
        public ReadmeState​(java.lang.String pluginId,
                           java.lang.String fileName,
                           java.lang.String content)
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
      • getContent

        public java.lang.String getContent()
      • 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 ReadmeState withPluginId​(java.lang.String pluginId)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withFileName

        public ReadmeState withFileName​(java.lang.String fileName)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withContent

        public ReadmeState withContent​(java.lang.String content)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).