Class Repo

    • Constructor Detail

      • Repo

        public Repo​(java.lang.String url,
                    java.lang.String description,
                    java.lang.String defaultBranch,
                    java.lang.Boolean hasComponentMetadataFile,
                    java.util.List<ComponentState> states)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • getDescription

        public java.lang.String getDescription()
      • getDefaultBranch

        public java.lang.String getDefaultBranch()
      • getHasComponentMetadataFile

        public java.lang.Boolean getHasComponentMetadataFile()
      • getStates

        public java.util.List<@Valid ComponentState> getStates()
      • 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
      • withUrl

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

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

        public Repo withDefaultBranch​(java.lang.String defaultBranch)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withHasComponentMetadataFile

        public Repo withHasComponentMetadataFile​(java.lang.Boolean hasComponentMetadataFile)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withStates

        public Repo withStates​(java.util.List<@Valid ComponentState> states)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).