Class Readme


  • public final class Readme
    extends java.lang.Object
    • Constructor Detail

      • Readme

        @ConstructorProperties({"fileName","content"})
        public Readme​(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
      • withFileName

        public Readme 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 Readme withContent​(java.lang.String content)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).