Class BatchGetRepositoriesResult

    • Constructor Detail

      • BatchGetRepositoriesResult

        public BatchGetRepositoriesResult()
    • Method Detail

      • getRepositories

        public List<RepositoryMetadata> getRepositories()

        A list of repositories returned by the batch get repositories operation.

        Returns:
        A list of repositories returned by the batch get repositories operation.
      • setRepositories

        public void setRepositories​(Collection<RepositoryMetadata> repositories)

        A list of repositories returned by the batch get repositories operation.

        Parameters:
        repositories - A list of repositories returned by the batch get repositories operation.
      • withRepositories

        public BatchGetRepositoriesResult withRepositories​(Collection<RepositoryMetadata> repositories)

        A list of repositories returned by the batch get repositories operation.

        Parameters:
        repositories - A list of repositories returned by the batch get repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRepositoriesNotFound

        public List<String> getRepositoriesNotFound()

        Returns a list of repository names for which information could not be found.

        Returns:
        Returns a list of repository names for which information could not be found.
      • setRepositoriesNotFound

        public void setRepositoriesNotFound​(Collection<String> repositoriesNotFound)

        Returns a list of repository names for which information could not be found.

        Parameters:
        repositoriesNotFound - Returns a list of repository names for which information could not be found.
      • withRepositoriesNotFound

        public BatchGetRepositoriesResult withRepositoriesNotFound​(String... repositoriesNotFound)

        Returns a list of repository names for which information could not be found.

        NOTE: This method appends the values to the existing list (if any). Use setRepositoriesNotFound(java.util.Collection) or withRepositoriesNotFound(java.util.Collection) if you want to override the existing values.

        Parameters:
        repositoriesNotFound - Returns a list of repository names for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRepositoriesNotFound

        public BatchGetRepositoriesResult withRepositoriesNotFound​(Collection<String> repositoriesNotFound)

        Returns a list of repository names for which information could not be found.

        Parameters:
        repositoriesNotFound - Returns a list of repository names for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object