Class RepositoryNameIdPair

    • Constructor Detail

      • RepositoryNameIdPair

        public RepositoryNameIdPair()
    • Method Detail

      • setRepositoryName

        public void setRepositoryName​(String repositoryName)

        The name associated with the repository.

        Parameters:
        repositoryName - The name associated with the repository.
      • getRepositoryName

        public String getRepositoryName()

        The name associated with the repository.

        Returns:
        The name associated with the repository.
      • withRepositoryName

        public RepositoryNameIdPair withRepositoryName​(String repositoryName)

        The name associated with the repository.

        Parameters:
        repositoryName - The name associated with the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRepositoryId

        public void setRepositoryId​(String repositoryId)

        The ID associated with the repository.

        Parameters:
        repositoryId - The ID associated with the repository.
      • getRepositoryId

        public String getRepositoryId()

        The ID associated with the repository.

        Returns:
        The ID associated with the repository.
      • withRepositoryId

        public RepositoryNameIdPair withRepositoryId​(String repositoryId)

        The ID associated with the repository.

        Parameters:
        repositoryId - The ID associated with the repository.
        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